Class: Aws::SSMIncidents::Types::TimelineEvent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb

Overview

A significant event that happened during the incident.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_dataString

A short description of the event.

Returns:

  • (String)


2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2278

class TimelineEvent < Struct.new(
  :event_data,
  :event_id,
  :event_references,
  :event_time,
  :event_type,
  :event_updated_time,
  :incident_record_arn)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The ID of the timeline event.

Returns:

  • (String)


2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2278

class TimelineEvent < Struct.new(
  :event_data,
  :event_id,
  :event_references,
  :event_time,
  :event_type,
  :event_updated_time,
  :incident_record_arn)
  SENSITIVE = []
  include Aws::Structure
end

#event_referencesArray<Types::EventReference>

A list of references in a TimelineEvent.

Returns:



2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2278

class TimelineEvent < Struct.new(
  :event_data,
  :event_id,
  :event_references,
  :event_time,
  :event_type,
  :event_updated_time,
  :incident_record_arn)
  SENSITIVE = []
  include Aws::Structure
end

#event_timeTime

The timestamp for when the event occurred.

Returns:

  • (Time)


2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2278

class TimelineEvent < Struct.new(
  :event_data,
  :event_id,
  :event_references,
  :event_time,
  :event_type,
  :event_updated_time,
  :incident_record_arn)
  SENSITIVE = []
  include Aws::Structure
end

#event_typeString

The type of event that occurred. Currently Incident Manager supports only the Custom Event and Note types.

Returns:

  • (String)


2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2278

class TimelineEvent < Struct.new(
  :event_data,
  :event_id,
  :event_references,
  :event_time,
  :event_type,
  :event_updated_time,
  :incident_record_arn)
  SENSITIVE = []
  include Aws::Structure
end

#event_updated_timeTime

The timestamp for when the timeline event was last updated.

Returns:

  • (Time)


2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2278

class TimelineEvent < Struct.new(
  :event_data,
  :event_id,
  :event_references,
  :event_time,
  :event_type,
  :event_updated_time,
  :incident_record_arn)
  SENSITIVE = []
  include Aws::Structure
end

#incident_record_arnString

The Amazon Resource Name (ARN) of the incident that the event occurred during.

Returns:

  • (String)


2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2278

class TimelineEvent < Struct.new(
  :event_data,
  :event_id,
  :event_references,
  :event_time,
  :event_type,
  :event_updated_time,
  :incident_record_arn)
  SENSITIVE = []
  include Aws::Structure
end