Class: Aws::SsmSap::Types::ListSubCheckRuleResultsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ListSubCheckRuleResultsOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#rule_results ⇒ Array<Types::RuleResult>
The rule results of a sub-check belonging to a configuration check operation.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
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_results ⇒ Array<Types::RuleResult>
The rule results of a sub-check belonging to a configuration check operation.
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 |