Class: Aws::Glue::Types::PutDataQualityProfileAnnotationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::PutDataQualityProfileAnnotationRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #inclusion_annotation  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The inclusion annotation value to apply to the profile. 
- 
  
    
      #profile_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the data quality monitoring profile to annotate. 
Instance Attribute Details
#inclusion_annotation ⇒ String
The inclusion annotation value to apply to the profile.
| 20599 20600 20601 20602 20603 20604 | # File 'lib/aws-sdk-glue/types.rb', line 20599 class PutDataQualityProfileAnnotationRequest < Struct.new( :profile_id, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end | 
#profile_id ⇒ String
The ID of the data quality monitoring profile to annotate.
| 20599 20600 20601 20602 20603 20604 | # File 'lib/aws-sdk-glue/types.rb', line 20599 class PutDataQualityProfileAnnotationRequest < Struct.new( :profile_id, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |