AWSEC2TransitGatewayAttachmentPropagation
Objective-C
@interface AWSEC2TransitGatewayAttachmentPropagation
Swift
class AWSEC2TransitGatewayAttachmentPropagation
Describes a propagation route table.
-
The state of the propagation route table.
Declaration
Objective-C
@property (nonatomic) AWSEC2TransitGatewayPropagationState state;
Swift
var state: AWSEC2TransitGatewayPropagationState { get set }
-
The ID of the propagation route table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable transitGatewayRouteTableId;
Swift
var transitGatewayRouteTableId: String? { get set }