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 }
  • The tags assigned to the egress-only internet gateway.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSEC2Tag *> *_Nullable tags;

    Swift

    var tags: [AWSEC2Tag]? { get set }