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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


9443
9444
9445
9446
9447
9448
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 9443

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

#nat_gatewayTypes::NatGateway

Information about the NAT gateway.

Returns:



9443
9444
9445
9446
9447
9448
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 9443

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