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.
64665 64666 64667 64668 64669 64670 64671 64672 64673 64674 |
# File 'lib/aws-sdk-ec2/types.rb', line 64665 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.
64665 64666 64667 64668 64669 64670 64671 64672 64673 64674 |
# File 'lib/aws-sdk-ec2/types.rb', line 64665 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.
64665 64666 64667 64668 64669 64670 64671 64672 64673 64674 |
# File 'lib/aws-sdk-ec2/types.rb', line 64665 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.
64665 64666 64667 64668 64669 64670 64671 64672 64673 64674 |
# File 'lib/aws-sdk-ec2/types.rb', line 64665 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.
64665 64666 64667 64668 64669 64670 64671 64672 64673 64674 |
# File 'lib/aws-sdk-ec2/types.rb', line 64665 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.
64665 64666 64667 64668 64669 64670 64671 64672 64673 64674 |
# File 'lib/aws-sdk-ec2/types.rb', line 64665 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 |