Class: Aws::ConfigService::Types::StartResourceEvaluationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::StartResourceEvaluationResponse
- 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
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.
8616 8617 8618 8619 8620 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8616 class StartResourceEvaluationResponse < Struct.new( :resource_evaluation_id) SENSITIVE = [] include Aws::Structure end |