Class: Aws::Types::CategoricalValues
- Inherits:
-
Object
- Object
- Aws::Types::CategoricalValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#number_of_category ⇒ ::Integer
Returns the value of attribute number_of_category.
-
#status ⇒ "POTENTIAL_ISSUE_DETECTED", "NO_ISSUE_DETECTED"
Returns the value of attribute status.
Instance Attribute Details
#number_of_category ⇒ ::Integer
Returns the value of attribute number_of_category.
18 19 20 |
# File 'sig/types.rbs', line 18 def number_of_category @number_of_category end |
#status ⇒ "POTENTIAL_ISSUE_DETECTED", "NO_ISSUE_DETECTED"
Returns the value of attribute status.
17 18 19 |
# File 'sig/types.rbs', line 17 def status @status end |