Class: Aws::DevOpsAgent::Types::CreateChatResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::CreateChatResponse
- Includes:
- Structure
- Defined in:
- 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
589 590 591 592 593 594 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 589 class CreateChatResponse < Struct.new( :execution_id, :created_at) SENSITIVE = [] include Aws::Structure end |
#execution_id ⇒ String
The unique identifier for the created execution
589 590 591 592 593 594 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 589 class CreateChatResponse < Struct.new( :execution_id, :created_at) SENSITIVE = [] include Aws::Structure end |