Class: Aws::EC2::Types::CreateNatGatewayResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateNatGatewayResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique, case-sensitive identifier to ensure the idempotency of the request.
 - 
  
    
      #nat_gateway  ⇒ Types::NatGateway 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the NAT gateway.
 
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
      10410 10411 10412 10413 10414 10415  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 10410 class CreateNatGatewayResult < Struct.new( :client_token, :nat_gateway) SENSITIVE = [] include Aws::Structure end  | 
  
#nat_gateway ⇒ Types::NatGateway
Information about the NAT gateway.
      10410 10411 10412 10413 10414 10415  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 10410 class CreateNatGatewayResult < Struct.new( :client_token, :nat_gateway) SENSITIVE = [] include Aws::Structure end  |