Class: Aws::DevOpsAgent::Types::CreateChatResponse

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

Overview

Response structure for creating a new chat

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

Timestamp when the chat was created

Returns:

  • (Time)


625
626
627
628
629
630
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 625

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

#execution_idString

The unique identifier for the created execution

Returns:

  • (String)


625
626
627
628
629
630
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 625

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