AWSEC2CreateEgressOnlyInternetGatewayResult

Objective-C

@interface AWSEC2CreateEgressOnlyInternetGatewayResult

Swift

class AWSEC2CreateEgressOnlyInternetGatewayResult
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable clientToken;

    Swift

    var clientToken: String? { get set }
  • Information about the egress-only internet gateway.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2EgressOnlyInternetGateway *_Nullable egressOnlyInternetGateway;

    Swift

    var egressOnlyInternetGateway: AWSEC2EgressOnlyInternetGateway? { get set }