Class: Aws::Types::DeleteTimelineEventInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTimelineEventInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#incident_record_arn ⇒ ::String
Returns the value of attribute incident_record_arn.
Instance Attribute Details
#event_id ⇒ ::String
Returns the value of attribute event_id.
216 217 218 |
# File 'sig/types.rbs', line 216 def event_id @event_id end |
#incident_record_arn ⇒ ::String
Returns the value of attribute incident_record_arn.
217 218 219 |
# File 'sig/types.rbs', line 217 def incident_record_arn @incident_record_arn end |