Class: Aws::EC2::Types::CreateNatGatewayResult

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 to ensure the idempotency of the request. Only returned if a client token was provided in the request.

Returns:

  • (String)


5613
5614
5615
5616
5617
# File 'lib/aws-sdk-ec2/types.rb', line 5613

class CreateNatGatewayResult < Struct.new(
  :client_token,
  :nat_gateway)
  include Aws::Structure
end

#nat_gatewayTypes::NatGateway

Information about the NAT gateway.

Returns:



5613
5614
5615
5616
5617
# File 'lib/aws-sdk-ec2/types.rb', line 5613

class CreateNatGatewayResult < Struct.new(
  :client_token,
  :nat_gateway)
  include Aws::Structure
end