Class: Aws::Types::ApprovalRuleOverriddenEventMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ApprovalRuleOverriddenEventMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#override_status ⇒ "OVERRIDE", "REVOKE"
Returns the value of attribute override_status.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#override_status ⇒ "OVERRIDE", "REVOKE"
Returns the value of attribute override_status.
53 54 55 |
# File 'sig/types.rbs', line 53 def override_status @override_status end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
52 53 54 |
# File 'sig/types.rbs', line 52 def revision_id @revision_id end |