Class: Aws::SsmSap::Types::ListSubCheckResultsOutput

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)


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_resultsArray<Types::SubCheckResult>

The sub-check results of a configuration check operation.

Returns:



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