AWSEC2ReplaceRouteTableAssociationResult
Objective-C
@interface AWSEC2ReplaceRouteTableAssociationResult
Swift
class AWSEC2ReplaceRouteTableAssociationResult
-
The state of the association.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2RouteTableAssociationState *_Nullable associationState;
Swift
var associationState: AWSEC2RouteTableAssociationState? { get set }
-
The ID of the new association.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable latestAssociationId;
Swift
var latestAssociationId: String? { get set }