Class: Aws::Types::ApprovalStateChangedEventMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ApprovalStateChangedEventMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_status ⇒ "APPROVE", "REVOKE"
Returns the value of attribute approval_status.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#approval_status ⇒ "APPROVE", "REVOKE"
Returns the value of attribute approval_status.
86 87 88 |
# File 'sig/types.rbs', line 86 def approval_status @approval_status end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
85 86 87 |
# File 'sig/types.rbs', line 85 def revision_id @revision_id end |