Class: Aws::Glue::Types::CancelDataQualityRuleRecommendationRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CancelDataQualityRuleRecommendationRunRequest
- Defined in:
- gems/aws-sdk-glue/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.
1840 1841 1842 1843 1844 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1840 class CancelDataQualityRuleRecommendationRunRequest < Struct.new( :run_id) SENSITIVE = [] include Aws::Structure end |