Class: Aws::SsmSap::Types::ListSubCheckResultsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ListSubCheckResultsOutput
- 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.
-
#sub_check_results ⇒ Array<Types::SubCheckResult>
The sub-check results of 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.
1344 1345 1346 1347 1348 1349 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1344 class ListSubCheckResultsOutput < Struct.new( :sub_check_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#sub_check_results ⇒ Array<Types::SubCheckResult>
The sub-check results of a configuration check operation.
1344 1345 1346 1347 1348 1349 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 1344 class ListSubCheckResultsOutput < Struct.new( :sub_check_results, :next_token) SENSITIVE = [] include Aws::Structure end |