Class: Aws::ConfigService::Types::ListResourceEvaluationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ListResourceEvaluationsRequest
- Includes:
- Structure
- Defined in:
- 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.
5218 5219 5220 5221 5222 5223 5224 |
# File 'lib/aws-sdk-configservice/types.rb', line 5218 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.
5218 5219 5220 5221 5222 5223 5224 |
# File 'lib/aws-sdk-configservice/types.rb', line 5218 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.
5218 5219 5220 5221 5222 5223 5224 |
# File 'lib/aws-sdk-configservice/types.rb', line 5218 class ListResourceEvaluationsRequest < Struct.new( :filters, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |