Class: Aws::SSM::Types::ListComplianceSummariesResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_summary_itemsArray<Types::ComplianceSummaryItem>

A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.

Returns:



10146
10147
10148
10149
10150
# File 'lib/aws-sdk-ssm/types.rb', line 10146

class ListComplianceSummariesResult < Struct.new(
  :compliance_summary_items,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


10146
10147
10148
10149
10150
# File 'lib/aws-sdk-ssm/types.rb', line 10146

class ListComplianceSummariesResult < Struct.new(
  :compliance_summary_items,
  :next_token)
  include Aws::Structure
end