Class: Aws::Types::UpdateApprovalActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApprovalActionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_id ⇒ ::String
Returns the value of attribute approval_id.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#approval_id ⇒ ::String
Returns the value of attribute approval_id.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def approval_id @approval_id end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
2015 2016 2017 |
# File 'sig/types.rbs', line 2015 def expires_at @expires_at end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def status @status end |