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
ResourceEvaluationFiltersobject. -
#limit ⇒ Integer
The maximum number of evaluations returned on each page.
-
#next_token ⇒ String
The
nextTokenstring 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.
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 |
#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.
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_token ⇒ String
The nextToken string returned on a previous page that you use to
get the next page of results in a paginated response.
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 |