Class: Aws::ConfigService::Types::StartResourceEvaluationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_evaluation_idString

A unique ResourceEvaluationId that is associated with a single execution.

Returns:

  • (String)


9180
9181
9182
9183
9184
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 9180

class StartResourceEvaluationResponse < Struct.new(
  :resource_evaluation_id)
  SENSITIVE = []
  include Aws::Structure
end