Class: Aws::EC2::Types::TransitGatewayRouteTableRoute
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayRouteTableRoute
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a route in a transit gateway route table.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #attachment_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the route attachment.
 - 
  
    
      #destination_cidr  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The CIDR block used for destination matches.
 - 
  
    
      #prefix_list_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the prefix list.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the resource for the route attachment.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource type for the route attachment.
 - 
  
    
      #route_origin  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The route origin.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the route.
 
Instance Attribute Details
#attachment_id ⇒ String
The ID of the route attachment.
      70612 70613 70614 70615 70616 70617 70618 70619 70620 70621 70622  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70612 class TransitGatewayRouteTableRoute < Struct.new( :destination_cidr, :state, :route_origin, :prefix_list_id, :attachment_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#destination_cidr ⇒ String
The CIDR block used for destination matches.
      70612 70613 70614 70615 70616 70617 70618 70619 70620 70621 70622  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70612 class TransitGatewayRouteTableRoute < Struct.new( :destination_cidr, :state, :route_origin, :prefix_list_id, :attachment_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#prefix_list_id ⇒ String
The ID of the prefix list.
      70612 70613 70614 70615 70616 70617 70618 70619 70620 70621 70622  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70612 class TransitGatewayRouteTableRoute < Struct.new( :destination_cidr, :state, :route_origin, :prefix_list_id, :attachment_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
The ID of the resource for the route attachment.
      70612 70613 70614 70615 70616 70617 70618 70619 70620 70621 70622  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70612 class TransitGatewayRouteTableRoute < Struct.new( :destination_cidr, :state, :route_origin, :prefix_list_id, :attachment_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The resource type for the route attachment.
      70612 70613 70614 70615 70616 70617 70618 70619 70620 70621 70622  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70612 class TransitGatewayRouteTableRoute < Struct.new( :destination_cidr, :state, :route_origin, :prefix_list_id, :attachment_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#route_origin ⇒ String
The route origin. The following are the possible values:
- 
static
 - 
propagated
 
      70612 70613 70614 70615 70616 70617 70618 70619 70620 70621 70622  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70612 class TransitGatewayRouteTableRoute < Struct.new( :destination_cidr, :state, :route_origin, :prefix_list_id, :attachment_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the route.
      70612 70613 70614 70615 70616 70617 70618 70619 70620 70621 70622  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70612 class TransitGatewayRouteTableRoute < Struct.new( :destination_cidr, :state, :route_origin, :prefix_list_id, :attachment_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  |