Class OpenTunnelResponse

    • Method Detail

      • tunnelId

        public final String tunnelId()

        A unique alpha-numeric tunnel ID.

        Returns:
        A unique alpha-numeric tunnel ID.
      • tunnelArn

        public final String tunnelArn()

        The Amazon Resource Name for the tunnel.

        Returns:
        The Amazon Resource Name for the tunnel.
      • sourceAccessToken

        public final String sourceAccessToken()

        The access token the source local proxy uses to connect to IoT Secure Tunneling.

        Returns:
        The access token the source local proxy uses to connect to IoT Secure Tunneling.
      • destinationAccessToken

        public final String destinationAccessToken()

        The access token the destination local proxy uses to connect to IoT Secure Tunneling.

        Returns:
        The access token the destination local proxy uses to connect to IoT Secure Tunneling.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object