Class: Aws::NetworkManager::Types::ListCoreNetworksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ListCoreNetworksResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_networks ⇒ Array<Types::CoreNetworkSummary>
Describes the list of core networks.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#core_networks ⇒ Array<Types::CoreNetworkSummary>
Describes the list of core networks.
4119 4120 4121 4122 4123 4124 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4119 class ListCoreNetworksResponse < Struct.new( :core_networks, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
4119 4120 4121 4122 4123 4124 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4119 class ListCoreNetworksResponse < Struct.new( :core_networks, :next_token) SENSITIVE = [] include Aws::Structure end |