Class: Aws::Glue::Types::GetDataQualityModelRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetDataQualityModelRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #profile_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Profile ID. 
- 
  
    
      #statistic_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Statistic ID. 
Instance Attribute Details
#profile_id ⇒ String
The Profile ID.
| 11751 11752 11753 11754 11755 11756 | # File 'lib/aws-sdk-glue/types.rb', line 11751 class GetDataQualityModelRequest < Struct.new( :statistic_id, :profile_id) SENSITIVE = [] include Aws::Structure end | 
#statistic_id ⇒ String
The Statistic ID.
| 11751 11752 11753 11754 11755 11756 | # File 'lib/aws-sdk-glue/types.rb', line 11751 class GetDataQualityModelRequest < Struct.new( :statistic_id, :profile_id) SENSITIVE = [] include Aws::Structure end |