InternetGateway
public struct InternetGateway : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Any VPCs attached to the internet gateway.
Declaration
Swift
public let attachments: [InternetGatewayAttachment]? -
The ID of the internet gateway.
Declaration
Swift
public let internetGatewayId: String? -
The ID of the AWS account that owns the internet gateway.
Declaration
Swift
public let ownerId: String? -
Any tags assigned to the internet gateway.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(attachments: [InternetGatewayAttachment]? = nil, internetGatewayId: String? = nil, ownerId: String? = nil, tags: [Tag]? = nil)
View on GitHub
InternetGateway Structure Reference