Class: Aws::ConfigService::Types::GetResourceEvaluationSummaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetResourceEvaluationSummaryRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_evaluation_id ⇒ String
The unique
ResourceEvaluationId
of Amazon Web Services resource execution for which you want to retrieve the evaluation summary.
Instance Attribute Details
#resource_evaluation_id ⇒ String
The unique ResourceEvaluationId
of Amazon Web Services resource
execution for which you want to retrieve the evaluation summary.
5116 5117 5118 5119 5120 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5116 class GetResourceEvaluationSummaryRequest < Struct.new( :resource_evaluation_id) SENSITIVE = [] include Aws::Structure end |