Class: Aws::Types::AuditEventResultEntry
- Inherits:
-
Object
- Object
- Aws::Types::AuditEventResultEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#event_id ⇒ ::String
Returns the value of attribute event_id.
19 20 21 |
# File 'sig/types.rbs', line 19 def event_id @event_id end |
#id ⇒ ::String
Returns the value of attribute id.
20 21 22 |
# File 'sig/types.rbs', line 20 def id @id end |