Class: Aws::EC2::Types::CreateTransitGatewayResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateTransitGatewayResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #transit_gateway  ⇒ Types::TransitGateway 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the transit gateway.
 
Instance Attribute Details
#transit_gateway ⇒ Types::TransitGateway
Information about the transit gateway.
      12827 12828 12829 12830 12831  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 12827 class CreateTransitGatewayResult < Struct.new( :transit_gateway) SENSITIVE = [] include Aws::Structure end  |