Class: Aws::EC2::Types::CreateEgressOnlyInternetGatewayResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateEgressOnlyInternetGatewayResult
 
 
- 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 that you provide to ensure the idempotency of the request.
 - 
  
    
      #egress_only_internet_gateway  ⇒ Types::EgressOnlyInternetGateway 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the egress-only internet gateway.
 
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
      8560 8561 8562 8563 8564 8565  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 8560 class CreateEgressOnlyInternetGatewayResult < Struct.new( :client_token, :egress_only_internet_gateway) SENSITIVE = [] include Aws::Structure end  | 
  
#egress_only_internet_gateway ⇒ Types::EgressOnlyInternetGateway
Information about the egress-only internet gateway.
      8560 8561 8562 8563 8564 8565  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 8560 class CreateEgressOnlyInternetGatewayResult < Struct.new( :client_token, :egress_only_internet_gateway) SENSITIVE = [] include Aws::Structure end  |