Class: Aws::SSMIncidents::Types::TimelineEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::TimelineEvent
- 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
-
#event_data ⇒ String
A short description of the event.
-
#event_id ⇒ String
The ID of the timeline event.
-
#event_time ⇒ Time
The time that the event occurred.
-
#event_type ⇒ String
The type of event that occurred.
-
#event_updated_time ⇒ Time
The time that the timeline event was last updated.
-
#incident_record_arn ⇒ String
The Amazon Resource Name (ARN) of the incident that the event occurred during.
Instance Attribute Details
#event_data ⇒ String
A short description of the event.
2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2154 class TimelineEvent < Struct.new( :event_data, :event_id, :event_time, :event_type, :event_updated_time, :incident_record_arn) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The ID of the timeline event.
2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2154 class TimelineEvent < Struct.new( :event_data, :event_id, :event_time, :event_type, :event_updated_time, :incident_record_arn) SENSITIVE = [] include Aws::Structure end |
#event_time ⇒ Time
The time that the event occurred.
2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2154 class TimelineEvent < Struct.new( :event_data, :event_id, :event_time, :event_type, :event_updated_time, :incident_record_arn) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of event that occurred. Currently Incident Manager supports
only the Custom Event
type.
2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2154 class TimelineEvent < Struct.new( :event_data, :event_id, :event_time, :event_type, :event_updated_time, :incident_record_arn) SENSITIVE = [] include Aws::Structure end |
#event_updated_time ⇒ Time
The time that the timeline event was last updated.
2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2154 class TimelineEvent < Struct.new( :event_data, :event_id, :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 occurred during.
2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 2154 class TimelineEvent < Struct.new( :event_data, :event_id, :event_time, :event_type, :event_updated_time, :incident_record_arn) SENSITIVE = [] include Aws::Structure end |