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.
18271 18272 18273 18274 18275 18276 |
# File 'lib/aws-sdk-glue/types.rb', line 18271 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.
18271 18272 18273 18274 18275 18276 |
# File 'lib/aws-sdk-glue/types.rb', line 18271 class PutDataQualityProfileAnnotationRequest < Struct.new( :profile_id, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |