Class: Aws::DevOpsAgent::Types::CreateChatResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::CreateChatResponse
- 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
-
#created_at ⇒ Time
Timestamp when the chat was created.
-
#execution_id ⇒ String
The unique identifier for the created execution.
Instance Attribute Details
#created_at ⇒ Time
Timestamp when the chat was created
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_id ⇒ String
The unique identifier for the created execution
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 |