GatewayInfo class

Describes a gateway object.

Constructors

GatewayInfo({String? ec2InstanceId, String? ec2InstanceRegion, String? gatewayARN, String? gatewayId, String? gatewayName, String? gatewayOperationalState, String? gatewayType})
GatewayInfo.fromJson(Map<String, dynamic> json)
factory

Properties

ec2InstanceId String?
The ID of the Amazon EC2 instance that was used to launch the gateway.
final
ec2InstanceRegion String?
The AWS Region where the Amazon EC2 instance is located.
final
gatewayARN String?
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and AWS Region.
final
gatewayId String?
The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.
final
gatewayName String?
The name of the gateway.
final
gatewayOperationalState String?
The state of the gateway.
final
gatewayType String?
The type of the gateway.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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