Class: Aws::Types::ClassificationStatus
- Inherits:
-
Object
- Object
- Aws::Types::ClassificationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
4951 4952 4953 |
# File 'sig/types.rbs', line 4951 def code @code end |
#reason ⇒ ::String
Returns the value of attribute reason.
4952 4953 4954 |
# File 'sig/types.rbs', line 4952 def reason @reason end |