Class: Aws::Glue::Types::StatisticAnnotation
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::StatisticAnnotation
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A Statistic Annotation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #inclusion_annotation  ⇒ Types::TimestampedInclusionAnnotation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The inclusion annotation applied to the statistic. 
- 
  
    
      #profile_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Profile ID. 
- 
  
    
      #statistic_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Statistic ID. 
- 
  
    
      #statistic_recorded_on  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp when the annotated statistic was recorded. 
Instance Attribute Details
#inclusion_annotation ⇒ Types::TimestampedInclusionAnnotation
The inclusion annotation applied to the statistic.
| 24476 24477 24478 24479 24480 24481 24482 24483 | # File 'lib/aws-sdk-glue/types.rb', line 24476 class StatisticAnnotation < Struct.new( :profile_id, :statistic_id, :statistic_recorded_on, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end | 
#profile_id ⇒ String
The Profile ID.
| 24476 24477 24478 24479 24480 24481 24482 24483 | # File 'lib/aws-sdk-glue/types.rb', line 24476 class StatisticAnnotation < Struct.new( :profile_id, :statistic_id, :statistic_recorded_on, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end | 
#statistic_id ⇒ String
The Statistic ID.
| 24476 24477 24478 24479 24480 24481 24482 24483 | # File 'lib/aws-sdk-glue/types.rb', line 24476 class StatisticAnnotation < Struct.new( :profile_id, :statistic_id, :statistic_recorded_on, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end | 
#statistic_recorded_on ⇒ Time
The timestamp when the annotated statistic was recorded.
| 24476 24477 24478 24479 24480 24481 24482 24483 | # File 'lib/aws-sdk-glue/types.rb', line 24476 class StatisticAnnotation < Struct.new( :profile_id, :statistic_id, :statistic_recorded_on, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |