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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/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)


423
424
425
426
427
428
429
430
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 423

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)


423
424
425
426
427
428
429
430
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 423

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)


423
424
425
426
427
428
429
430
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 423

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)


423
424
425
426
427
428
429
430
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 423

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