Class: Aws::EC2::Types::EnableTransitGatewayRouteTablePropagationResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::EnableTransitGatewayRouteTablePropagationResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #propagation  ⇒ Types::TransitGatewayPropagation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about route propagation. 
Instance Attribute Details
#propagation ⇒ Types::TransitGatewayPropagation
Information about route propagation.
| 37525 37526 37527 37528 37529 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37525 class EnableTransitGatewayRouteTablePropagationResult < Struct.new( :propagation) SENSITIVE = [] include Aws::Structure end |