Class: Aws::NetworkManager::Types::ListCoreNetworkRoutingInformationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#core_network_routing_informationArray<Types::CoreNetworkRoutingInformation>

The list of routing information for the core network.



4610
4611
4612
4613
4614
4615
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4610

class ListCoreNetworkRoutingInformationResponse < Struct.new(
  :core_network_routing_information,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


4610
4611
4612
4613
4614
4615
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4610

class ListCoreNetworkRoutingInformationResponse < Struct.new(
  :core_network_routing_information,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end