Class: Aws::NetworkManager::Types::ListCoreNetworksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ListCoreNetworksRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
4627 4628 4629 4630 4631 4632 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4627 class ListCoreNetworksRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
4627 4628 4629 4630 4631 4632 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4627 class ListCoreNetworksRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |