Class: Aws::Glue::Types::StartDataQualityRuleRecommendationRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartDataQualityRuleRecommendationRunResponse
- 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.
21477 21478 21479 21480 21481 |
# File 'lib/aws-sdk-glue/types.rb', line 21477 class StartDataQualityRuleRecommendationRunResponse < Struct.new( :run_id) SENSITIVE = [] include Aws::Structure end |