Class: Aws::NetworkManager::Types::ListCoreNetworkRoutingInformationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ListCoreNetworkRoutingInformationResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_network_routing_information ⇒ Array<Types::CoreNetworkRoutingInformation>
The list of routing information for the core network.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#core_network_routing_information ⇒ Array<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_token ⇒ String
The token for the next page of results.
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 |