Class: Aws::Types::PutDataQualityProfileAnnotationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDataQualityProfileAnnotationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inclusion_annotation ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute inclusion_annotation.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
Instance Attribute Details
#inclusion_annotation ⇒ "INCLUDE", "EXCLUDE"
Returns the value of attribute inclusion_annotation.
6079 6080 6081 |
# File 'sig/types.rbs', line 6079 def inclusion_annotation @inclusion_annotation end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
6078 6079 6080 |
# File 'sig/types.rbs', line 6078 def profile_id @profile_id end |