Class: Aws::Types::AuditEvent
- Inherits:
-
Object
- Object
- Aws::Types::AuditEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_data ⇒ ::String
Returns the value of attribute event_data.
-
#event_data_checksum ⇒ ::String
Returns the value of attribute event_data_checksum.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#event_data ⇒ ::String
Returns the value of attribute event_data.
12 13 14 |
# File 'sig/types.rbs', line 12 def event_data @event_data end |
#event_data_checksum ⇒ ::String
Returns the value of attribute event_data_checksum.
13 14 15 |
# File 'sig/types.rbs', line 13 def event_data_checksum @event_data_checksum end |
#id ⇒ ::String
Returns the value of attribute id.
14 15 16 |
# File 'sig/types.rbs', line 14 def id @id end |