class Aws::SSMIncidents::Types::CreateTimelineEventInput
@note When making an API call, you may pass CreateTimelineEventInput
data as a hash: { client_token: "ClientToken", event_data: "EventData", # required event_time: Time.now, # required event_type: "TimelineEventType", # required 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 valid JSON string. There is no other schema imposed. A short description of the event. @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 create timeline events of type `Custom Event`. @return [String]
@!attribute [rw] incident_record_arn
The Amazon Resource Name (ARN) of the incident record you are adding the event to. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/ssm-incidents-2018-05-10/CreateTimelineEventInput AWS API Documentation
Constants
- SENSITIVE