Class: Aws::EC2::Types::TransitGatewayRouteAttachment
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayRouteAttachment
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a route attachment.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the resource.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource type.
 - 
  
    
      #transit_gateway_attachment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the attachment.
 
Instance Attribute Details
#resource_id ⇒ String
The ID of the resource.
      70390 70391 70392 70393 70394 70395 70396  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70390 class TransitGatewayRouteAttachment < Struct.new( :resource_id, :transit_gateway_attachment_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The resource type. Note that the ‘tgw-peering` resource type has been deprecated.
      70390 70391 70392 70393 70394 70395 70396  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70390 class TransitGatewayRouteAttachment < Struct.new( :resource_id, :transit_gateway_attachment_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_attachment_id ⇒ String
The ID of the attachment.
      70390 70391 70392 70393 70394 70395 70396  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70390 class TransitGatewayRouteAttachment < Struct.new( :resource_id, :transit_gateway_attachment_id, :resource_type) SENSITIVE = [] include Aws::Structure end  |