Class: Aws::ConfigService::Types::ListResourceEvaluationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ListResourceEvaluationsRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Types::ResourceEvaluationFilters
Returns a
ResourceEvaluationFilters
object. -
#limit ⇒ Integer
The maximum number of evaluations returned on each page.
-
#next_token ⇒ String
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Instance Attribute Details
#filters ⇒ Types::ResourceEvaluationFilters
Returns a ResourceEvaluationFilters
object.
5006 5007 5008 5009 5010 5011 5012 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5006 class ListResourceEvaluationsRequest < Struct.new( :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
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.
5006 5007 5008 5009 5010 5011 5012 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5006 class ListResourceEvaluationsRequest < Struct.new( :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken
string returned on a previous page that you use to
get the next page of results in a paginated response.
5006 5007 5008 5009 5010 5011 5012 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5006 class ListResourceEvaluationsRequest < Struct.new( :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |