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.
70105 70106 70107 70108 70109 70110 70111 70112 70113 70114 |
# File 'lib/aws-sdk-ec2/types.rb', line 70105 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.
70105 70106 70107 70108 70109 70110 70111 70112 70113 70114 |
# File 'lib/aws-sdk-ec2/types.rb', line 70105 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.
70105 70106 70107 70108 70109 70110 70111 70112 70113 70114 |
# File 'lib/aws-sdk-ec2/types.rb', line 70105 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.
70105 70106 70107 70108 70109 70110 70111 70112 70113 70114 |
# File 'lib/aws-sdk-ec2/types.rb', line 70105 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.
70105 70106 70107 70108 70109 70110 70111 70112 70113 70114 |
# File 'lib/aws-sdk-ec2/types.rb', line 70105 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.
70105 70106 70107 70108 70109 70110 70111 70112 70113 70114 |
# File 'lib/aws-sdk-ec2/types.rb', line 70105 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 |