Class: Aws::SsmSap::Types::ListConfigurationCheckDefinitionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ListConfigurationCheckDefinitionsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return with a single call.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
1071 1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1071 class ListConfigurationCheckDefinitionsInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
1071 1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1071 class ListConfigurationCheckDefinitionsInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |