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.
70355 70356 70357 70358 70359 70360 70361 70362 70363 70364 70365 |
# File 'lib/aws-sdk-ec2/types.rb', line 70355 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.
70355 70356 70357 70358 70359 70360 70361 70362 70363 70364 70365 |
# File 'lib/aws-sdk-ec2/types.rb', line 70355 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.
70355 70356 70357 70358 70359 70360 70361 70362 70363 70364 70365 |
# File 'lib/aws-sdk-ec2/types.rb', line 70355 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.
70355 70356 70357 70358 70359 70360 70361 70362 70363 70364 70365 |
# File 'lib/aws-sdk-ec2/types.rb', line 70355 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.
70355 70356 70357 70358 70359 70360 70361 70362 70363 70364 70365 |
# File 'lib/aws-sdk-ec2/types.rb', line 70355 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
70355 70356 70357 70358 70359 70360 70361 70362 70363 70364 70365 |
# File 'lib/aws-sdk-ec2/types.rb', line 70355 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.
70355 70356 70357 70358 70359 70360 70361 70362 70363 70364 70365 |
# File 'lib/aws-sdk-ec2/types.rb', line 70355 class TransitGatewayRouteTableRoute < Struct.new( :destination_cidr, :state, :route_origin, :prefix_list_id, :attachment_id, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |