Class: Aws::Glue::Types::CancelDataQualityRulesetEvaluationRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CancelDataQualityRulesetEvaluationRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run_id ⇒ String
The unique run identifier associated with this run.
Instance Attribute Details
#run_id ⇒ String
The unique run identifier associated with this run.
1815 1816 1817 1818 1819 |
# File 'lib/aws-sdk-glue/types.rb', line 1815 class CancelDataQualityRulesetEvaluationRunRequest < Struct.new( :run_id) SENSITIVE = [] include Aws::Structure end |