Class: Aws::Types::ReviewDetails
- Inherits:
-
Object
- Object
- Aws::Types::ReviewDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_id ⇒ ::String
Returns the value of attribute case_id.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#case_id ⇒ ::String
Returns the value of attribute case_id.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def case_id @case_id end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1818 1819 1820 |
# File 'sig/types.rbs', line 1818 def status @status end |