Class: Aws::Glue::Types::GetDataQualityRuleRecommendationRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetDataQualityRuleRecommendationRunRequest
- 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.
13576 13577 13578 13579 13580 |
# File 'lib/aws-sdk-glue/types.rb', line 13576 class GetDataQualityRuleRecommendationRunRequest < Struct.new( :run_id) SENSITIVE = [] include Aws::Structure end |