Class: Aws::SSMIncidents::Types::CreateTimelineEventOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::CreateTimelineEventOutput
- 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 for easy reference later.
-
#incident_record_arn ⇒ String
The ARN of the incident record that you added the event to.
Instance Attribute Details
#event_id ⇒ String
The ID of the event for easy reference later.
518 519 520 521 522 523 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 518 class CreateTimelineEventOutput < Struct.new( :event_id, :incident_record_arn) SENSITIVE = [] include Aws::Structure end |
#incident_record_arn ⇒ String
The ARN of the incident record that you added the event to.
518 519 520 521 522 523 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 518 class CreateTimelineEventOutput < Struct.new( :event_id, :incident_record_arn) SENSITIVE = [] include Aws::Structure end |