Class: Aws::DevOpsAgent::Types::ChatExecution

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

A single chat execution summary

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

Timestamp when the chat was created

Returns:

  • (Time)


385
386
387
388
389
390
391
392
# File 'lib/aws-sdk-devopsagent/types.rb', line 385

class ChatExecution < Struct.new(
  :execution_id,
  :created_at,
  :updated_at,
  :summary)
  SENSITIVE = []
  include Aws::Structure
end

#execution_idString

The unique identifier for the execution

Returns:

  • (String)


385
386
387
388
389
390
391
392
# File 'lib/aws-sdk-devopsagent/types.rb', line 385

class ChatExecution < Struct.new(
  :execution_id,
  :created_at,
  :updated_at,
  :summary)
  SENSITIVE = []
  include Aws::Structure
end

#summaryString

Summary or title of the chat

Returns:

  • (String)


385
386
387
388
389
390
391
392
# File 'lib/aws-sdk-devopsagent/types.rb', line 385

class ChatExecution < Struct.new(
  :execution_id,
  :created_at,
  :updated_at,
  :summary)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Timestamp when the chat was last updated

Returns:

  • (Time)


385
386
387
388
389
390
391
392
# File 'lib/aws-sdk-devopsagent/types.rb', line 385

class ChatExecution < Struct.new(
  :execution_id,
  :created_at,
  :updated_at,
  :summary)
  SENSITIVE = []
  include Aws::Structure
end