TransitGatewayAttachmentAssociation
public struct TransitGatewayAttachmentAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The state of the association.
Declaration
Swift
public let state: TransitGatewayAssociationState?
-
The ID of the route table for the transit gateway.
Declaration
Swift
public let transitGatewayRouteTableId: String?
-
Undocumented
Declaration
Swift
public init(state: TransitGatewayAssociationState? = nil, transitGatewayRouteTableId: String? = nil)