class Aws::SSMIncidents::Types::UpdateTimelineEventInput
@note When making an API call, you may pass UpdateTimelineEventInput
data as a hash: { client_token: "ClientToken", event_data: "EventData", event_id: "UUID", # required event_time: Time.now, event_type: "TimelineEventType", incident_record_arn: "Arn", # required }
@!attribute [rw] client_token
A token ensuring that the action is called only once with the specified details. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@!attribute [rw] event_data
A short description of the event. @return [String]
@!attribute [rw] event_id
The ID of the event you are updating. You can find this by using `ListTimelineEvents`. @return [String]
@!attribute [rw] event_time
The time that the event occurred. @return [Time]
@!attribute [rw] event_type
The type of the event. You can update events of type `Custom Event`. @return [String]
@!attribute [rw] incident_record_arn
The Amazon Resource Name (ARN) of the incident that the timeline event is part of. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/UpdateTimelineEventInput AWS API Documentation
Constants
- SENSITIVE