EgressOnlyInternetGateway
public struct EgressOnlyInternetGateway : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the attachment of the egress-only internet gateway.
Declaration
Swift
public let attachments: [InternetGatewayAttachment]?
-
The ID of the egress-only internet gateway.
Declaration
Swift
public let egressOnlyInternetGatewayId: String?
-
The tags assigned to the egress-only internet gateway.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(attachments: [InternetGatewayAttachment]? = nil, egressOnlyInternetGatewayId: String? = nil, tags: [Tag]? = nil)