AWSEC2AssociateRouteTableResult
Objective-C
@interface AWSEC2AssociateRouteTableResult
Swift
class AWSEC2AssociateRouteTableResult
-
The route table association ID. This ID is required for disassociating the route table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable associationId;Swift
var associationId: String? { get set } -
The state of the association.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2RouteTableAssociationState *_Nullable associationState;Swift
var associationState: AWSEC2RouteTableAssociationState? { get set }
View on GitHub
Install in Dash
AWSEC2AssociateRouteTableResult Class Reference