Class: Aws::ConfigService::Types::StartResourceEvaluationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::StartResourceEvaluationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_evaluation_id ⇒ String
A unique ResourceEvaluationId that is associated with a single execution.
Instance Attribute Details
#resource_evaluation_id ⇒ String
A unique ResourceEvaluationId that is associated with a single execution.
8615 8616 8617 8618 8619 |
# File 'lib/aws-sdk-configservice/types.rb', line 8615 class StartResourceEvaluationResponse < Struct.new( :resource_evaluation_id) SENSITIVE = [] include Aws::Structure end |