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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


8616
8617
8618
8619
8620
# File 'lib/aws-sdk-configservice/types.rb', line 8616

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