Class: Aws::EC2::Types::TransitGatewayRouteTableRoute
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayRouteTableRoute
- Defined in:
- gems/aws-sdk-ec2/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.
71134 71135 71136 71137 71138 71139 71140 71141 71142 71143 71144 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71134 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.
71134 71135 71136 71137 71138 71139 71140 71141 71142 71143 71144 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71134 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.
71134 71135 71136 71137 71138 71139 71140 71141 71142 71143 71144 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71134 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.
71134 71135 71136 71137 71138 71139 71140 71141 71142 71143 71144 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71134 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.
71134 71135 71136 71137 71138 71139 71140 71141 71142 71143 71144 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71134 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
71134 71135 71136 71137 71138 71139 71140 71141 71142 71143 71144 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71134 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.
71134 71135 71136 71137 71138 71139 71140 71141 71142 71143 71144 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71134 class TransitGatewayRouteTableRoute < Struct.new( :destination_cidr, :state, :route_origin, :prefix_list_id, :attachment_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |