Class: Aws::Glue::Types::GetDataQualityRulesetEvaluationRunRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetDataQualityRulesetEvaluationRunRequest
 
- 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.
| 12018 12019 12020 12021 12022 | # File 'lib/aws-sdk-glue/types.rb', line 12018 class GetDataQualityRulesetEvaluationRunRequest < Struct.new( :run_id) SENSITIVE = [] include Aws::Structure end |