Class: Aws::Glue::Types::StartDataQualityRuleRecommendationRunResponse

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)


20540
20541
20542
20543
20544
# File 'lib/aws-sdk-glue/types.rb', line 20540

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