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.
1720 1721 1722 1723 1724 |
# File 'lib/aws-sdk-glue/types.rb', line 1720 class CancelDataQualityRulesetEvaluationRunRequest < Struct.new( :run_id) SENSITIVE = [] include Aws::Structure end |