Class: Aws::Types::ChatExecution

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def execution_id
  @execution_id
end

#summary::String

Returns the value of attribute summary.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def summary
  @summary
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


267
268
269
# File 'sig/types.rbs', line 267

def updated_at
  @updated_at
end