InternetGatewayAttachment

public struct InternetGatewayAttachment : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The current state of the attachment. For an internet gateway, the state is available when attached to a VPC; otherwise, this value is not returned.

    Declaration

    Swift

    public let state: AttachmentStatus?
  • The ID of the VPC.

    Declaration

    Swift

    public let vpcId: String?
  • Undocumented

    Declaration

    Swift

    public init(state: AttachmentStatus? = nil, vpcId: String? = nil)