TransitGatewayRouteTableAssociation
public struct TransitGatewayRouteTableAssociation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the resource.
Declaration
Swift
public let resourceId: String?
-
The resource type. Note that the tgw-peering resource type has been deprecated.
Declaration
Swift
public let resourceType: TransitGatewayAttachmentResourceType?
-
The state of the association.
Declaration
Swift
public let state: TransitGatewayAssociationState?
-
The ID of the attachment.
Declaration
Swift
public let transitGatewayAttachmentId: String?
-
Undocumented
Declaration
Swift
public init(resourceId: String? = nil, resourceType: TransitGatewayAttachmentResourceType? = nil, state: TransitGatewayAssociationState? = nil, transitGatewayAttachmentId: String? = nil)