Class: Aws::ConfigService::Types::ResourceEvaluation

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

Overview

Returns details of a resource evaluation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_modeString

The mode of an evaluation. The valid values are Detective or Proactive.

Returns:

  • (String)


8464
8465
8466
8467
8468
8469
8470
# File 'lib/aws-sdk-configservice/types.rb', line 8464

class ResourceEvaluation < Struct.new(
  :resource_evaluation_id,
  :evaluation_mode,
  :evaluation_start_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_start_timestampTime

The starting time of an execution.

Returns:

  • (Time)


8464
8465
8466
8467
8468
8469
8470
# File 'lib/aws-sdk-configservice/types.rb', line 8464

class ResourceEvaluation < Struct.new(
  :resource_evaluation_id,
  :evaluation_mode,
  :evaluation_start_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#resource_evaluation_idString

The ResourceEvaluationId of a evaluation.

Returns:

  • (String)


8464
8465
8466
8467
8468
8469
8470
# File 'lib/aws-sdk-configservice/types.rb', line 8464

class ResourceEvaluation < Struct.new(
  :resource_evaluation_id,
  :evaluation_mode,
  :evaluation_start_timestamp)
  SENSITIVE = []
  include Aws::Structure
end