Class: Aws::EC2::Types::TransitGatewayRouteTablePropagation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayRouteTablePropagation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a route table propagation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the resource.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of resource.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the resource.
 - 
  
    
      #transit_gateway_attachment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the attachment.
 - 
  
    
      #transit_gateway_route_table_announcement_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway route table announcement.
 
Instance Attribute Details
#resource_id ⇒ String
The ID of the resource.
      70566 70567 70568 70569 70570 70571 70572 70573 70574  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70566 class TransitGatewayRouteTablePropagation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :state, :transit_gateway_route_table_announcement_id) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The type of resource. Note that the ‘tgw-peering` resource type has been deprecated.
      70566 70567 70568 70569 70570 70571 70572 70573 70574  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70566 class TransitGatewayRouteTablePropagation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :state, :transit_gateway_route_table_announcement_id) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the resource.
      70566 70567 70568 70569 70570 70571 70572 70573 70574  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70566 class TransitGatewayRouteTablePropagation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :state, :transit_gateway_route_table_announcement_id) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_attachment_id ⇒ String
The ID of the attachment.
      70566 70567 70568 70569 70570 70571 70572 70573 70574  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70566 class TransitGatewayRouteTablePropagation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :state, :transit_gateway_route_table_announcement_id) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_route_table_announcement_id ⇒ String
The ID of the transit gateway route table announcement.
      70566 70567 70568 70569 70570 70571 70572 70573 70574  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70566 class TransitGatewayRouteTablePropagation < Struct.new( :transit_gateway_attachment_id, :resource_id, :resource_type, :state, :transit_gateway_route_table_announcement_id) SENSITIVE = [] include Aws::Structure end  |