Class: Aws::Types::TimelineEvent
- Inherits:
-
Object
- Object
- Aws::Types::TimelineEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_data ⇒ ::String
Returns the value of attribute event_data.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_references ⇒ ::Array[Types::EventReference]
Returns the value of attribute event_references.
-
#event_time ⇒ ::Time
Returns the value of attribute event_time.
-
#event_type ⇒ ::String
Returns the value of attribute event_type.
-
#event_updated_time ⇒ ::Time
Returns the value of attribute event_updated_time.
-
#incident_record_arn ⇒ ::String
Returns the value of attribute incident_record_arn.
Instance Attribute Details
#event_data ⇒ ::String
Returns the value of attribute event_data.
694 695 696 |
# File 'sig/types.rbs', line 694 def event_data @event_data end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
695 696 697 |
# File 'sig/types.rbs', line 695 def event_id @event_id end |
#event_references ⇒ ::Array[Types::EventReference]
Returns the value of attribute event_references.
696 697 698 |
# File 'sig/types.rbs', line 696 def event_references @event_references end |
#event_time ⇒ ::Time
Returns the value of attribute event_time.
697 698 699 |
# File 'sig/types.rbs', line 697 def event_time @event_time end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
698 699 700 |
# File 'sig/types.rbs', line 698 def event_type @event_type end |
#event_updated_time ⇒ ::Time
Returns the value of attribute event_updated_time.
699 700 701 |
# File 'sig/types.rbs', line 699 def event_updated_time @event_updated_time end |
#incident_record_arn ⇒ ::String
Returns the value of attribute incident_record_arn.
700 701 702 |
# File 'sig/types.rbs', line 700 def incident_record_arn @incident_record_arn end |