Class: Aws::EC2::Types::ModifyTransitGatewayResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ModifyTransitGatewayResult
 
 
- 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.
      53925 53926 53927 53928 53929  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 53925 class ModifyTransitGatewayResult < Struct.new( :transit_gateway) SENSITIVE = [] include Aws::Structure end  |