Class: Aws::Types::AutoDataQuality
- Inherits:
-
Object
- Object
- Aws::Types::AutoDataQuality
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_context ⇒ ::String
Returns the value of attribute evaluation_context.
-
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
Instance Attribute Details
#evaluation_context ⇒ ::String
Returns the value of attribute evaluation_context.
197 198 199 |
# File 'sig/types.rbs', line 197 def evaluation_context @evaluation_context end |
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
196 197 198 |
# File 'sig/types.rbs', line 196 def is_enabled @is_enabled end |