Class: Aws::DocDBElastic::Types::ListPendingMaintenanceActionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::ListPendingMaintenanceActionsInput
- 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 results to include in the response.
-
#next_token ⇒ String
An optional pagination token provided by a previous request.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to include in the response. If more records exist than the specified ‘maxResults` value, a pagination token (marker) is included in the response so that the remaining results can be retrieved.
879 880 881 882 883 884 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 879 class ListPendingMaintenanceActionsInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘maxResults`.
879 880 881 882 883 884 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 879 class ListPendingMaintenanceActionsInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |