AWSEC2LocalGatewayRouteTable
Objective-C
@interface AWSEC2LocalGatewayRouteTable
Swift
class AWSEC2LocalGatewayRouteTable
Describes a local gateway route table.
-
The ID of the local gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable localGatewayId;Swift
var localGatewayId: String? { get set } -
The Amazon Resource Name (ARN) of the local gateway route table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable localGatewayRouteTableArn;Swift
var localGatewayRouteTableArn: String? { get set } -
The ID of the local gateway route table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable localGatewayRouteTableId;Swift
var localGatewayRouteTableId: String? { get set } -
The mode of the local gateway route table.
Declaration
Objective-C
@property (nonatomic) AWSEC2LocalGatewayRouteTableMode mode;Swift
var mode: AWSEC2LocalGatewayRouteTableMode { get set } -
The Amazon Resource Name (ARN) of the Outpost.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable outpostArn;Swift
var outpostArn: String? { get set } -
The ID of the Amazon Web Services account that owns the local gateway route table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ownerId;Swift
var ownerId: String? { get set } -
The state of the local gateway route table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable state;Swift
var state: String? { get set } -
Information about the state change.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2StateReason *_Nullable stateReason;Swift
var stateReason: AWSEC2StateReason? { get set }
View on GitHub
Install in Dash
AWSEC2LocalGatewayRouteTable Class Reference