Class: Aws::Glue::Types::GetDataQualityRuleRecommendationRunRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#run_idString

The unique run identifier associated with this run.

Returns:

  • (String)


9681
9682
9683
9684
9685
# File 'lib/aws-sdk-glue/types.rb', line 9681

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