Class: Aws::Types::CreateTimelineEventInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTimelineEventInput
- 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_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.
162 163 164 |
# File 'sig/types.rbs', line 162 def client_token @client_token end |
#event_data ⇒ ::String
Returns the value of attribute event_data.
163 164 165 |
# File 'sig/types.rbs', line 163 def event_data @event_data end |
#event_references ⇒ ::Array[Types::EventReference]
Returns the value of attribute event_references.
164 165 166 |
# File 'sig/types.rbs', line 164 def event_references @event_references end |
#event_time ⇒ ::Time
Returns the value of attribute event_time.
165 166 167 |
# File 'sig/types.rbs', line 165 def event_time @event_time end |
#event_type ⇒ ::String
Returns the value of attribute event_type.
166 167 168 |
# File 'sig/types.rbs', line 166 def event_type @event_type end |
#incident_record_arn ⇒ ::String
Returns the value of attribute incident_record_arn.
167 168 169 |
# File 'sig/types.rbs', line 167 def incident_record_arn @incident_record_arn end |