Class: Aws::Types::AuditEventField
- Inherits:
-
Object
- Object
- Aws::Types::AuditEventField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_field_id ⇒ ::String
Returns the value of attribute event_field_id.
-
#new_value ⇒ Types::AuditEventFieldValueUnion
Returns the value of attribute new_value.
-
#old_value ⇒ Types::AuditEventFieldValueUnion
Returns the value of attribute old_value.
Instance Attribute Details
#event_field_id ⇒ ::String
Returns the value of attribute event_field_id.
27 28 29 |
# File 'sig/types.rbs', line 27 def event_field_id @event_field_id end |
#new_value ⇒ Types::AuditEventFieldValueUnion
Returns the value of attribute new_value.
29 30 31 |
# File 'sig/types.rbs', line 29 def new_value @new_value end |
#old_value ⇒ Types::AuditEventFieldValueUnion
Returns the value of attribute old_value.
28 29 30 |
# File 'sig/types.rbs', line 28 def old_value @old_value end |