AWSEC2LocalGateway
Objective-C
@interface AWSEC2LocalGateway
Swift
class AWSEC2LocalGateway
Describes a local gateway.
-
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 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.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ownerId;
Swift
var ownerId: String? { get set }
-
The state of the local gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable state;
Swift
var state: String? { get set }