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.
| 11922 11923 11924 11925 11926 | # File 'lib/aws-sdk-glue/types.rb', line 11922 class GetDataQualityRuleRecommendationRunRequest < Struct.new( :run_id) SENSITIVE = [] include Aws::Structure end |