OpenTunnelResponse class

Constructors

OpenTunnelResponse({String? destinationAccessToken, String? sourceAccessToken, String? tunnelArn, String? tunnelId})
OpenTunnelResponse.fromJson(Map<String, dynamic> json)
factory

Properties

destinationAccessToken String?
The access token the destination local proxy uses to connect to AWS IoT Secure Tunneling.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceAccessToken String?
The access token the source local proxy uses to connect to AWS IoT Secure Tunneling.
final
tunnelArn String?
The Amazon Resource Name for the tunnel. The tunnel ARN format is arn:aws:tunnel:<region>:<account-id>:tunnel/<tunnel-id>
final
tunnelId String?
A unique alpha-numeric tunnel ID.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited