Class: Aws::SSM::Types::ListResourceComplianceSummariesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListResourceComplianceSummariesRequest
- 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 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 filters. Use a filter to return a more specific list of results.
11954 11955 11956 11957 11958 11959 11960 |
# File 'lib/aws-sdk-ssm/types.rb', line 11954 class ListResourceComplianceSummariesRequest < 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. The call also returns a token that you can specify in a subsequent call to get the next set of results.
11954 11955 11956 11957 11958 11959 11960 |
# File 'lib/aws-sdk-ssm/types.rb', line 11954 class ListResourceComplianceSummariesRequest < 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.
11954 11955 11956 11957 11958 11959 11960 |
# File 'lib/aws-sdk-ssm/types.rb', line 11954 class ListResourceComplianceSummariesRequest < Struct.new( :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |