Class: Aws::ConfigService::Types::ListResourceEvaluationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::ResourceEvaluationFilters

Returns a ResourceEvaluationFilters object.



5219
5220
5221
5222
5223
5224
5225
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5219

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

#limitInteger

The maximum number of evaluations returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.

Returns:

  • (Integer)


5219
5220
5221
5222
5223
5224
5225
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5219

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

#next_tokenString

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Returns:

  • (String)


5219
5220
5221
5222
5223
5224
5225
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5219

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