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.



5703
5704
5705
5706
5707
5708
5709
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5703

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)


5703
5704
5705
5706
5707
5708
5709
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5703

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)


5703
5704
5705
5706
5707
5708
5709
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5703

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