Class: Aws::SSMIncidents::Types::EventSummary

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

Overview

Details about a timeline event during an incident.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_idString

The timeline event ID.

Returns:

  • (String)


731
732
733
734
735
736
737
738
739
740
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 731

class EventSummary < Struct.new(
  :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:



731
732
733
734
735
736
737
738
739
740
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 731

class EventSummary < Struct.new(
  :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)


731
732
733
734
735
736
737
738
739
740
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 731

class EventSummary < Struct.new(
  :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. The timeline event must be Custom Event or Note.

Returns:

  • (String)


731
732
733
734
735
736
737
738
739
740
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 731

class EventSummary < Struct.new(
  :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)


731
732
733
734
735
736
737
738
739
740
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 731

class EventSummary < Struct.new(
  :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 happened during.

Returns:

  • (String)


731
732
733
734
735
736
737
738
739
740
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 731

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