Class: Aws::Types::DeleteEventRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEventRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_audit_history ⇒ Boolean
Returns the value of attribute delete_audit_history.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
Instance Attribute Details
#delete_audit_history ⇒ Boolean
Returns the value of attribute delete_audit_history.
325 326 327 |
# File 'sig/types.rbs', line 325 def delete_audit_history @delete_audit_history end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
323 324 325 |
# File 'sig/types.rbs', line 323 def event_id @event_id end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
324 325 326 |
# File 'sig/types.rbs', line 324 def event_type_name @event_type_name end |