Class: Aws::Glue::Types::StartDataQualityRulesetEvaluationRunResponse

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


20023
20024
20025
20026
20027
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20023

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