Class: Aws::Glue::Types::DatapointInclusionAnnotation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Glue::Types::DatapointInclusionAnnotation
 
 
- Defined in:
 - gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
 
Overview
An Inclusion Annotation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #inclusion_annotation  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The inclusion annotation value to apply to the statistic.
 - 
  
    
      #profile_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the data quality profile the statistic belongs to.
 - 
  
    
      #statistic_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Statistic ID.
 
Instance Attribute Details
#inclusion_annotation ⇒ String
The inclusion annotation value to apply to the statistic.
      8782 8783 8784 8785 8786 8787 8788  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8782 class DatapointInclusionAnnotation < Struct.new( :profile_id, :statistic_id, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end  | 
  
#profile_id ⇒ String
The ID of the data quality profile the statistic belongs to.
      8782 8783 8784 8785 8786 8787 8788  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8782 class DatapointInclusionAnnotation < Struct.new( :profile_id, :statistic_id, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end  | 
  
#statistic_id ⇒ String
The Statistic ID.
      8782 8783 8784 8785 8786 8787 8788  | 
    
      # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8782 class DatapointInclusionAnnotation < Struct.new( :profile_id, :statistic_id, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end  |