Class: Aws::SSM::Types::ListComplianceSummariesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListComplianceSummariesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::ComplianceStringFilter>
One or more compliance or inventory filters.
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
A token to start the list.
Instance Attribute Details
#filters ⇒ Array<Types::ComplianceStringFilter>
One or more compliance or inventory filters. Use a filter to return a more specific list of results.
11776 11777 11778 11779 11780 11781 11782 |
# File 'lib/aws-sdk-ssm/types.rb', line 11776 class ListComplianceSummariesRequest < Struct.new( :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to return for this call. Currently, you can specify null or 50. The call also returns a token that you can specify in a subsequent call to get the next set of results.
11776 11777 11778 11779 11780 11781 11782 |
# File 'lib/aws-sdk-ssm/types.rb', line 11776 class ListComplianceSummariesRequest < Struct.new( :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to start the list. Use this token to get the next set of results.
11776 11777 11778 11779 11780 11781 11782 |
# File 'lib/aws-sdk-ssm/types.rb', line 11776 class ListComplianceSummariesRequest < Struct.new( :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |