Class: Aws::NetworkManager::Types::RouteTableIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::RouteTableIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a route table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_network_network_function_group ⇒ Types::CoreNetworkNetworkFunctionGroupIdentifier
The route table identifier associated with the network function group.
-
#core_network_segment_edge ⇒ Types::CoreNetworkSegmentEdgeIdentifier
The segment edge in a core network.
-
#transit_gateway_route_table_arn ⇒ String
The ARN of the transit gateway route table for the attachment request.
Instance Attribute Details
#core_network_network_function_group ⇒ Types::CoreNetworkNetworkFunctionGroupIdentifier
The route table identifier associated with the network function group.
5296 5297 5298 5299 5300 5301 5302 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5296 class RouteTableIdentifier < Struct.new( :transit_gateway_route_table_arn, :core_network_segment_edge, :core_network_network_function_group) SENSITIVE = [] include Aws::Structure end |
#core_network_segment_edge ⇒ Types::CoreNetworkSegmentEdgeIdentifier
The segment edge in a core network.
5296 5297 5298 5299 5300 5301 5302 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5296 class RouteTableIdentifier < Struct.new( :transit_gateway_route_table_arn, :core_network_segment_edge, :core_network_network_function_group) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_route_table_arn ⇒ String
The ARN of the transit gateway route table for the attachment request. For example, ‘“TransitGatewayRouteTableArn”: “arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456”`.
5296 5297 5298 5299 5300 5301 5302 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5296 class RouteTableIdentifier < Struct.new( :transit_gateway_route_table_arn, :core_network_segment_edge, :core_network_network_function_group) SENSITIVE = [] include Aws::Structure end |