AWSEC2TransitGatewayAttachmentAssociation
Objective-C
@interface AWSEC2TransitGatewayAttachmentAssociation
Swift
class AWSEC2TransitGatewayAttachmentAssociation
Describes an association.
-
The state of the association.
Declaration
Objective-C
@property (nonatomic) AWSEC2TransitGatewayAssociationState state;
Swift
var state: AWSEC2TransitGatewayAssociationState { get set }
-
The ID of the route table for the transit gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable transitGatewayRouteTableId;
Swift
var transitGatewayRouteTableId: String? { get set }