AssociatedGateway
public struct AssociatedGateway : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the associated gateway.
Declaration
Swift
public let id: String?
-
The ID of the AWS account that owns the associated virtual private gateway or transit gateway.
Declaration
Swift
public let ownerAccount: String?
-
The Region where the associated gateway is located.
Declaration
Swift
public let region: String?
-
The type of associated gateway.
Declaration
Swift
public let type: GatewayType?
-
Undocumented
Declaration
Swift
public init(id: String? = nil, ownerAccount: String? = nil, region: String? = nil, type: GatewayType? = nil)