GatewayInfo

public struct GatewayInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the Amazon EC2 instance that was used to launch the gateway.

    Declaration

    Swift

    public let ec2InstanceId: String?
  • The AWS Region where the Amazon EC2 instance is located.

    Declaration

    Swift

    public let ec2InstanceRegion: 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.

    Declaration

    Swift

    public let gatewayARN: 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.

    Declaration

    Swift

    public let gatewayId: String?
  • The name of the gateway.

    Declaration

    Swift

    public let gatewayName: String?
  • The state of the gateway. Valid Values: DISABLED | ACTIVE

    Declaration

    Swift

    public let gatewayOperationalState: String?
  • The type of the gateway.

    Declaration

    Swift

    public let gatewayType: String?
  • Undocumented

    Declaration

    Swift

    public init(ec2InstanceId: String? = nil, ec2InstanceRegion: String? = nil, gatewayARN: String? = nil, gatewayId: String? = nil, gatewayName: String? = nil, gatewayOperationalState: String? = nil, gatewayType: String? = nil)