Class: Aws::SSM::Types::ListComplianceSummariesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::ComplianceStringFilter>

One or more compliance or inventory filters. Use a filter to return a more specific list of results.

Returns:



11481
11482
11483
11484
11485
11486
11487
# File 'lib/aws-sdk-ssm/types.rb', line 11481

class ListComplianceSummariesRequest < Struct.new(
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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.

Returns:

  • (Integer)


11481
11482
11483
11484
11485
11486
11487
# File 'lib/aws-sdk-ssm/types.rb', line 11481

class ListComplianceSummariesRequest < Struct.new(
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to start the list. Use this token to get the next set of results.

Returns:

  • (String)


11481
11482
11483
11484
11485
11486
11487
# File 'lib/aws-sdk-ssm/types.rb', line 11481

class ListComplianceSummariesRequest < Struct.new(
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end