Class: Aws::Glue::Types::DatapointInclusionAnnotation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DatapointInclusionAnnotation
- Includes:
- Structure
- Defined in:
- 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.
8240 8241 8242 8243 8244 8245 8246 |
# File 'lib/aws-sdk-glue/types.rb', line 8240 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.
8240 8241 8242 8243 8244 8245 8246 |
# File 'lib/aws-sdk-glue/types.rb', line 8240 class DatapointInclusionAnnotation < Struct.new( :profile_id, :statistic_id, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |
#statistic_id ⇒ String
The Statistic ID.
8240 8241 8242 8243 8244 8245 8246 |
# File 'lib/aws-sdk-glue/types.rb', line 8240 class DatapointInclusionAnnotation < Struct.new( :profile_id, :statistic_id, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |