TransitGatewayAttachmentPropagation
public struct TransitGatewayAttachmentPropagation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The state of the propagation route table.
Declaration
Swift
public let state: TransitGatewayPropagationState?
-
The ID of the propagation route table.
Declaration
Swift
public let transitGatewayRouteTableId: String?
-
Undocumented
Declaration
Swift
public init(state: TransitGatewayPropagationState? = nil, transitGatewayRouteTableId: String? = nil)