Class: Aws::Types::ChatExecution
- Inherits:
-
Object
- Object
- Aws::Types::ChatExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#summary ⇒ ::String
Returns the value of attribute summary.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
266 267 268 |
# File 'sig/types.rbs', line 266 def created_at @created_at end |
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
265 266 267 |
# File 'sig/types.rbs', line 265 def execution_id @execution_id end |
#summary ⇒ ::String
Returns the value of attribute summary.
268 269 270 |
# File 'sig/types.rbs', line 268 def summary @summary end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
267 268 269 |
# File 'sig/types.rbs', line 267 def updated_at @updated_at end |