Class: Aws::Types::ApprovalResult
- Inherits:
-
Object
- Object
- Aws::Types::ApprovalResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "Approved", "Rejected"
Returns the value of attribute status.
-
#summary ⇒ ::String
Returns the value of attribute summary.
Instance Attribute Details
#status ⇒ "Approved", "Rejected"
Returns the value of attribute status.
260 261 262 |
# File 'sig/types.rbs', line 260 def status @status end |
#summary ⇒ ::String
Returns the value of attribute summary.
259 260 261 |
# File 'sig/types.rbs', line 259 def summary @summary end |