class Aws::SSMIncidents::Types::DeleteTimelineEventInput

@note When making an API call, you may pass DeleteTimelineEventInput

data as a hash:

    {
      event_id: "UUID", # required
      incident_record_arn: "Arn", # required
    }

@!attribute [rw] event_id

The ID of the event you are updating. You can find this by using
`ListTimelineEvents`.
@return [String]

@!attribute [rw] incident_record_arn

The Amazon Resource Name (ARN) of the incident that the event is
part of.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/DeleteTimelineEventInput AWS API Documentation

Constants

SENSITIVE