Class: Aws::SSMIncidents::Types::GetTimelineEventInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_idString

The ID of the event. You can get an event's ID when you create it, or by using ListTimelineEvents.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the incident that includes the timeline event.

Returns:

  • (String)


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