Class: Aws::EC2::Types::TransitGatewayRoute
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayRoute
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a route for a transit gateway route table.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #destination_cidr_block  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The CIDR block used for destination matches.
 - 
  
    
      #prefix_list_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the prefix list used for destination matches.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the route.
 - 
  
    
      #transit_gateway_attachments  ⇒ Array<Types::TransitGatewayRouteAttachment> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The attachments.
 - 
  
    
      #transit_gateway_route_table_announcement_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway route table announcement.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The route type.
 
Instance Attribute Details
#destination_cidr_block ⇒ String
The CIDR block used for destination matches.
      70362 70363 70364 70365 70366 70367 70368 70369 70370 70371  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70362 class TransitGatewayRoute < Struct.new( :destination_cidr_block, :prefix_list_id, :transit_gateway_route_table_announcement_id, :transit_gateway_attachments, :type, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#prefix_list_id ⇒ String
The ID of the prefix list used for destination matches.
      70362 70363 70364 70365 70366 70367 70368 70369 70370 70371  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70362 class TransitGatewayRoute < Struct.new( :destination_cidr_block, :prefix_list_id, :transit_gateway_route_table_announcement_id, :transit_gateway_attachments, :type, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the route.
      70362 70363 70364 70365 70366 70367 70368 70369 70370 70371  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70362 class TransitGatewayRoute < Struct.new( :destination_cidr_block, :prefix_list_id, :transit_gateway_route_table_announcement_id, :transit_gateway_attachments, :type, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_attachments ⇒ Array<Types::TransitGatewayRouteAttachment>
The attachments.
      70362 70363 70364 70365 70366 70367 70368 70369 70370 70371  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70362 class TransitGatewayRoute < Struct.new( :destination_cidr_block, :prefix_list_id, :transit_gateway_route_table_announcement_id, :transit_gateway_attachments, :type, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_route_table_announcement_id ⇒ String
The ID of the transit gateway route table announcement.
      70362 70363 70364 70365 70366 70367 70368 70369 70370 70371  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70362 class TransitGatewayRoute < Struct.new( :destination_cidr_block, :prefix_list_id, :transit_gateway_route_table_announcement_id, :transit_gateway_attachments, :type, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The route type.
      70362 70363 70364 70365 70366 70367 70368 70369 70370 70371  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70362 class TransitGatewayRoute < Struct.new( :destination_cidr_block, :prefix_list_id, :transit_gateway_route_table_announcement_id, :transit_gateway_attachments, :type, :state) SENSITIVE = [] include Aws::Structure end  |