AWSEC2RouteTableAssociation
Objective-C
@interface AWSEC2RouteTableAssociation
Swift
class AWSEC2RouteTableAssociation
Describes an association between a route table and a subnet or gateway.
-
The state of the association.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2RouteTableAssociationState *_Nullable associationState;
Swift
var associationState: AWSEC2RouteTableAssociationState? { get set }
-
The ID of the internet gateway or virtual private gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable gatewayId;
Swift
var gatewayId: String? { get set }
-
Indicates whether this is the main route table.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable main;
Swift
var main: NSNumber? { get set }
-
The ID of the association.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable routeTableAssociationId;
Swift
var routeTableAssociationId: String? { get set }
-
The ID of the route table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable routeTableId;
Swift
var routeTableId: String? { get set }
-
The ID of the subnet. A subnet ID is not returned for an implicit association.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable subnetId;
Swift
var subnetId: String? { get set }