Class: Aws::ConfigService::Types::ListResourceEvaluationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ListResourceEvaluationsResponse
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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. -
#resource_evaluations ⇒ Array<Types::ResourceEvaluation>
Returns a
ResourceEvaluations
object.
Instance Attribute Details
#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.
5237 5238 5239 5240 5241 5242 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5237 class ListResourceEvaluationsResponse < Struct.new( :resource_evaluations, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_evaluations ⇒ Array<Types::ResourceEvaluation>
Returns a ResourceEvaluations
object.
5237 5238 5239 5240 5241 5242 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5237 class ListResourceEvaluationsResponse < Struct.new( :resource_evaluations, :next_token) SENSITIVE = [] include Aws::Structure end |