Class: Aws::SSMIncidents::Types::TimelineEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::TimelineEvent
- Includes:
- Aws::Structure
- Defined in:
- 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_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 that occurred.
-
#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 occurred during.
Instance Attribute Details
#event_data ⇒ String
A short description of the event.
2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 |
# File '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_id ⇒ String
The ID of the timeline event.
2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 |
# File '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_references ⇒ Array<Types::EventReference>
A list of references in a ‘TimelineEvent`.
2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 |
# File '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_time ⇒ Time
The timestamp for when the event occurred.
2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 |
# File '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_type ⇒ String
The type of event that occurred. Currently Incident Manager supports only the ‘Custom Event` and `Note` types.
2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 |
# File '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_time ⇒ Time
The timestamp for when the timeline event was last updated.
2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the incident that the event occurred during.
2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 |
# File '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 |