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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/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)


7983
7984
7985
7986
7987
7988
7989
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7983

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)


7983
7984
7985
7986
7987
7988
7989
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7983

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)


7983
7984
7985
7986
7987
7988
7989
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7983

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