Class: Aws::EC2::Types::CreateEgressOnlyInternetGatewayResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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

Returns:

  • (String)


4477
4478
4479
4480
4481
# File 'lib/aws-sdk-ec2/types.rb', line 4477

class CreateEgressOnlyInternetGatewayResult < Struct.new(
  :client_token,
  :egress_only_internet_gateway)
  include Aws::Structure
end

#egress_only_internet_gatewayTypes::EgressOnlyInternetGateway

Information about the egress-only internet gateway.



4477
4478
4479
4480
4481
# File 'lib/aws-sdk-ec2/types.rb', line 4477

class CreateEgressOnlyInternetGatewayResult < Struct.new(
  :client_token,
  :egress_only_internet_gateway)
  include Aws::Structure
end