Class: Aws::SSMIncidents::Types::EventSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::EventSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Details about a timeline event during an incident.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_id ⇒ String
The timeline event ID.
-
#event_references ⇒ Array<Types::EventReference>
A list of references in a ‘TimelineEvent`.
-
#event_time ⇒ Time
The timestamp for when the event occurred.
-
#event_type ⇒ String
The type of event.
-
#event_updated_time ⇒ Time
The timestamp for when the timeline event was last updated.
-
#incident_record_arn ⇒ String
The Amazon Resource Name (ARN) of the incident that the event happened during.
Instance Attribute Details
#event_id ⇒ String
The timeline event ID.
731 732 733 734 735 736 737 738 739 740 |
# File '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_references ⇒ Array<Types::EventReference>
A list of references in a ‘TimelineEvent`.
731 732 733 734 735 736 737 738 739 740 |
# File '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_time ⇒ Time
The timestamp for when the event occurred.
731 732 733 734 735 736 737 738 739 740 |
# File '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_type ⇒ String
The type of event. The timeline event must be ‘Custom Event` or `Note`.
731 732 733 734 735 736 737 738 739 740 |
# File '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_time ⇒ Time
The timestamp for when the timeline event was last updated.
731 732 733 734 735 736 737 738 739 740 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the incident that the event happened during.
731 732 733 734 735 736 737 738 739 740 |
# File '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 |