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.
7356 7357 7358 7359 7360 7361 7362 |
# File 'lib/aws-sdk-glue/types.rb', line 7356 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.
7356 7357 7358 7359 7360 7361 7362 |
# File 'lib/aws-sdk-glue/types.rb', line 7356 class DatapointInclusionAnnotation < Struct.new( :profile_id, :statistic_id, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |
#statistic_id ⇒ String
The Statistic ID.
7356 7357 7358 7359 7360 7361 7362 |
# File 'lib/aws-sdk-glue/types.rb', line 7356 class DatapointInclusionAnnotation < Struct.new( :profile_id, :statistic_id, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |