Class: Aws::Types::UpdateTimelineEventInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTimelineEventInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#incident_record_arn ⇒ ::String
Returns the value of attribute incident_record_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
801 802 803 |
# File 'sig/types.rbs', line 801 def client_token @client_token end |
#event_data ⇒ ::String
Returns the value of attribute event_data.
802 803 804 |
# File 'sig/types.rbs', line 802 def event_data @event_data end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
803 804 805 |
# File 'sig/types.rbs', line 803 def event_id @event_id end |
#event_references ⇒ ::Array[Types::EventReference]
Returns the value of attribute event_references.
804 805 806 |
# File 'sig/types.rbs', line 804 def event_references @event_references end |
#event_time ⇒ ::Time
Returns the value of attribute event_time.
805 806 807 |
# File 'sig/types.rbs', line 805 def event_time @event_time end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
806 807 808 |
# File 'sig/types.rbs', line 806 def event_type @event_type end |
#incident_record_arn ⇒ ::String
Returns the value of attribute incident_record_arn.
807 808 809 |
# File 'sig/types.rbs', line 807 def incident_record_arn @incident_record_arn end |