Class: Aws::SsmSap::Types::ListSubCheckResultsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ListSubCheckResultsInput
- 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.
-
#operation_id ⇒ String
The ID of the configuration check operation.
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.
1325 1326 1327 1328 1329 1330 1331 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1325 class ListSubCheckResultsInput < Struct.new( :operation_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
1325 1326 1327 1328 1329 1330 1331 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1325 class ListSubCheckResultsInput < Struct.new( :operation_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#operation_id ⇒ String
The ID of the configuration check operation.
1325 1326 1327 1328 1329 1330 1331 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1325 class ListSubCheckResultsInput < Struct.new( :operation_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |