Class: Aws::SsmSap::Types::ListSubCheckRuleResultsOutput

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

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


1387
1388
1389
1390
1391
1392
# File 'lib/aws-sdk-ssmsap/types.rb', line 1387

class ListSubCheckRuleResultsOutput < Struct.new(
  :rule_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#rule_resultsArray<Types::RuleResult>

The rule results of a sub-check belonging to a configuration check operation.

Returns:



1387
1388
1389
1390
1391
1392
# File 'lib/aws-sdk-ssmsap/types.rb', line 1387

class ListSubCheckRuleResultsOutput < Struct.new(
  :rule_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end