Class: Aws::ConfigService::Types::GetResourceEvaluationSummaryRequest

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

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

Returns:

  • (String)


4551
4552
4553
4554
4555
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4551

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