Class: Aws::EC2::Types::TransitGatewayAttachmentPropagation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayAttachmentPropagation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a propagation route table.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the propagation route table.
 - 
  
    
      #transit_gateway_route_table_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the propagation route table.
 
Instance Attribute Details
#state ⇒ String
The state of the propagation route table.
      69945 69946 69947 69948 69949 69950  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69945 class TransitGatewayAttachmentPropagation < Struct.new( :transit_gateway_route_table_id, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_route_table_id ⇒ String
The ID of the propagation route table.
      69945 69946 69947 69948 69949 69950  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 69945 class TransitGatewayAttachmentPropagation < Struct.new( :transit_gateway_route_table_id, :state) SENSITIVE = [] include Aws::Structure end  |