AWSEC2EgressOnlyInternetGateway
Objective-C
@interface AWSEC2EgressOnlyInternetGateway
Swift
class AWSEC2EgressOnlyInternetGateway
Describes an egress-only internet gateway.
-
Information about the attachment of the egress-only internet gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2InternetGatewayAttachment *> *_Nullable attachments;Swift
var attachments: [AWSEC2InternetGatewayAttachment]? { get set } -
The ID of the egress-only internet gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable egressOnlyInternetGatewayId;Swift
var egressOnlyInternetGatewayId: String? { get set }
View on GitHub
Install in Dash
AWSEC2EgressOnlyInternetGateway Class Reference