Class: Aws::SsmSap::Types::ListSubCheckRuleResultsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ListSubCheckRuleResultsInput
- 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.
-
#sub_check_result_id ⇒ String
The ID of the sub check result.
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.
1367 1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1367 class ListSubCheckRuleResultsInput < Struct.new( :sub_check_result_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
1367 1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1367 class ListSubCheckRuleResultsInput < Struct.new( :sub_check_result_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#sub_check_result_id ⇒ String
The ID of the sub check result.
1367 1368 1369 1370 1371 1372 1373 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1367 class ListSubCheckRuleResultsInput < Struct.new( :sub_check_result_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |