AWSEC2RouteTableAssociationState
Objective-C
@interface AWSEC2RouteTableAssociationState
Swift
class AWSEC2RouteTableAssociationState
Describes the state of an association between a route table and a subnet or gateway.
-
The state of the association.
Declaration
Objective-C
@property (nonatomic) AWSEC2RouteTableAssociationStateCode state;Swift
var state: AWSEC2RouteTableAssociationStateCode { get set } -
The status message, if applicable.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable statusMessage;Swift
var statusMessage: String? { get set }
View on GitHub
Install in Dash
AWSEC2RouteTableAssociationState Class Reference