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.
20510 20511 20512 20513 20514 20515 |
# File 'lib/aws-sdk-glue/types.rb', line 20510 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.
20510 20511 20512 20513 20514 20515 |
# File 'lib/aws-sdk-glue/types.rb', line 20510 class PutDataQualityProfileAnnotationRequest < Struct.new( :profile_id, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |