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.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def approval_id @approval_id end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def expires_at @expires_at end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def status @status end |