Class: Aws::DocDBElastic::Types::ListClustersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::ListClustersInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of elastic cluster snapshot results to receive in the response.
-
#next_token ⇒ String
A pagination token provided by a previous request.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of elastic cluster snapshot results to receive in the response.
835 836 837 838 839 840 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 835 class ListClustersInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by ‘max-results`.
If there is no more data in the responce, the ‘nextToken` will not be returned.
835 836 837 838 839 840 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 835 class ListClustersInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |