Class: Aws::ConfigService::Types::GetResourceEvaluationSummaryResponse

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

#complianceString

The compliance status of the resource evaluation summary.

Returns:

  • (String)


4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
# File 'lib/aws-sdk-configservice/types.rb', line 4780

class GetResourceEvaluationSummaryResponse < Struct.new(
  :resource_evaluation_id,
  :evaluation_mode,
  :evaluation_status,
  :evaluation_start_timestamp,
  :compliance,
  :evaluation_context,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_contextTypes::EvaluationContext

Returns an ‘EvaluationContext` object.



4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
# File 'lib/aws-sdk-configservice/types.rb', line 4780

class GetResourceEvaluationSummaryResponse < Struct.new(
  :resource_evaluation_id,
  :evaluation_mode,
  :evaluation_status,
  :evaluation_start_timestamp,
  :compliance,
  :evaluation_context,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_modeString

Lists results of the mode that you requested to retrieve the resource evaluation summary. The valid values are Detective or Proactive.

Returns:

  • (String)


4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
# File 'lib/aws-sdk-configservice/types.rb', line 4780

class GetResourceEvaluationSummaryResponse < Struct.new(
  :resource_evaluation_id,
  :evaluation_mode,
  :evaluation_status,
  :evaluation_start_timestamp,
  :compliance,
  :evaluation_context,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_start_timestampTime

The start timestamp when Config rule starts evaluating compliance for the provided resource details.

Returns:

  • (Time)


4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
# File 'lib/aws-sdk-configservice/types.rb', line 4780

class GetResourceEvaluationSummaryResponse < Struct.new(
  :resource_evaluation_id,
  :evaluation_mode,
  :evaluation_status,
  :evaluation_start_timestamp,
  :compliance,
  :evaluation_context,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_statusTypes::EvaluationStatus

Returns an ‘EvaluationStatus` object.



4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
# File 'lib/aws-sdk-configservice/types.rb', line 4780

class GetResourceEvaluationSummaryResponse < Struct.new(
  :resource_evaluation_id,
  :evaluation_mode,
  :evaluation_status,
  :evaluation_start_timestamp,
  :compliance,
  :evaluation_context,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#resource_detailsTypes::ResourceDetails

Returns a ‘ResourceDetails` object.



4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
# File 'lib/aws-sdk-configservice/types.rb', line 4780

class GetResourceEvaluationSummaryResponse < Struct.new(
  :resource_evaluation_id,
  :evaluation_mode,
  :evaluation_status,
  :evaluation_start_timestamp,
  :compliance,
  :evaluation_context,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end

#resource_evaluation_idString

The unique ‘ResourceEvaluationId` of Amazon Web Services resource execution for which you want to retrieve the evaluation summary.

Returns:

  • (String)


4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
# File 'lib/aws-sdk-configservice/types.rb', line 4780

class GetResourceEvaluationSummaryResponse < Struct.new(
  :resource_evaluation_id,
  :evaluation_mode,
  :evaluation_status,
  :evaluation_start_timestamp,
  :compliance,
  :evaluation_context,
  :resource_details)
  SENSITIVE = []
  include Aws::Structure
end