Class: Aws::SSMIncidents::Types::GetTimelineEventInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::GetTimelineEventInput
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_id ⇒ String
The ID of the event.
-
#incident_record_arn ⇒ String
The Amazon Resource Name (ARN) of the incident that includes the timeline event.
Instance Attribute Details
#event_id ⇒ String
The ID of the event. You can get an event's ID when you create it,
or by using ListTimelineEvents
.
1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1010 class GetTimelineEventInput < Struct.new( :event_id, :incident_record_arn) SENSITIVE = [] include Aws::Structure end |
#incident_record_arn ⇒ String
The Amazon Resource Name (ARN) of the incident that includes the timeline event.
1010 1011 1012 1013 1014 1015 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1010 class GetTimelineEventInput < Struct.new( :event_id, :incident_record_arn) SENSITIVE = [] include Aws::Structure end |