Class: Aws::SsmSap::Types::ListSubCheckRuleResultsInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssmsap/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Returns:

  • (Integer)


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_tokenString

The token for the next page of results.

Returns:

  • (String)


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_idString

The ID of the sub check result.

Returns:

  • (String)


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