TransitGateway
public struct TransitGateway : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The creation time.
Declaration
Swift
public let creationTime: TimeStamp? -
The description of the transit gateway.
Declaration
Swift
public let description: String? -
The transit gateway options.
Declaration
Swift
public let options: TransitGatewayOptions? -
The ID of the AWS account ID that owns the transit gateway.
Declaration
Swift
public let ownerId: String? -
The state of the transit gateway.
Declaration
Swift
public let state: TransitGatewayState? -
The tags for the transit gateway.
Declaration
Swift
public let tags: [Tag]? -
The Amazon Resource Name (ARN) of the transit gateway.
Declaration
Swift
public let transitGatewayArn: String? -
The ID of the transit gateway.
Declaration
Swift
public let transitGatewayId: String? -
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, description: String? = nil, options: TransitGatewayOptions? = nil, ownerId: String? = nil, state: TransitGatewayState? = nil, tags: [Tag]? = nil, transitGatewayArn: String? = nil, transitGatewayId: String? = nil)
View on GitHub
TransitGateway Structure Reference