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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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:



11210
11211
11212
11213
11214
11215
11216
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11210

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)


11210
11211
11212
11213
11214
11215
11216
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11210

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)


11210
11211
11212
11213
11214
11215
11216
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11210

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