Class: Aws::SSM::Types::ListComplianceSummariesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListComplianceSummariesResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compliance_summary_items ⇒ Array<Types::ComplianceSummaryItem>
A list of compliant and non-compliant summary counts based on compliance types.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#compliance_summary_items ⇒ Array<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.
11539 11540 11541 11542 11543 11544 |
# File 'lib/aws-sdk-ssm/types.rb', line 11539 class ListComplianceSummariesResult < Struct.new( :compliance_summary_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
11539 11540 11541 11542 11543 11544 |
# File 'lib/aws-sdk-ssm/types.rb', line 11539 class ListComplianceSummariesResult < Struct.new( :compliance_summary_items, :next_token) SENSITIVE = [] include Aws::Structure end |