Class: Aws::Types::AuditEvent
- Inherits:
-
Object
- Object
- Aws::Types::AuditEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#fields ⇒ ::Array[Types::AuditEventField]
Returns the value of attribute fields.
-
#performed_by ⇒ Types::AuditEventPerformedBy
Returns the value of attribute performed_by.
-
#performed_time ⇒ ::Time
Returns the value of attribute performed_time.
-
#related_item_type ⇒ "Contact", ...
Returns the value of attribute related_item_type.
-
#type ⇒ "Case.Created", ...
Returns the value of attribute type.
Instance Attribute Details
#event_id ⇒ ::String
Returns the value of attribute event_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def event_id @event_id end |
#fields ⇒ ::Array[Types::AuditEventField]
Returns the value of attribute fields.
21 22 23 |
# File 'sig/types.rbs', line 21 def fields @fields end |
#performed_by ⇒ Types::AuditEventPerformedBy
Returns the value of attribute performed_by.
22 23 24 |
# File 'sig/types.rbs', line 22 def performed_by @performed_by end |
#performed_time ⇒ ::Time
Returns the value of attribute performed_time.
20 21 22 |
# File 'sig/types.rbs', line 20 def performed_time @performed_time end |
#related_item_type ⇒ "Contact", ...
Returns the value of attribute related_item_type.
19 20 21 |
# File 'sig/types.rbs', line 19 def @related_item_type end |
#type ⇒ "Case.Created", ...
Returns the value of attribute type.
18 19 20 |
# File 'sig/types.rbs', line 18 def type @type end |