Class: Aws::SSMIncidents::Types::DeleteTimelineEventInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::DeleteTimelineEventInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_id ⇒ String
The ID of the event to update.
-
#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 to update. You can use ‘ListTimelineEvents` to find an event’s ID.
625 626 627 628 629 630 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 625 class DeleteTimelineEventInput < 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.
625 626 627 628 629 630 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 625 class DeleteTimelineEventInput < Struct.new( :event_id, :incident_record_arn) SENSITIVE = [] include Aws::Structure end |