Class: Aws::NetworkManager::Types::RouteTableIdentifier

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Describes a route table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#core_network_network_function_groupTypes::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_edgeTypes::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_arnString

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”`.

Returns:

  • (String)


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