Class: Aws::DevOpsAgent::Types::ChatExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::ChatExecution
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
A single chat execution summary
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 execution.
-
#summary ⇒ String
Summary or title of the chat.
-
#updated_at ⇒ Time
Timestamp when the chat was last updated.
Instance Attribute Details
#created_at ⇒ Time
Timestamp when the chat was created
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_id ⇒ String
The unique identifier for the execution
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 |
#summary ⇒ String
Summary or title of the chat
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_at ⇒ Time
Timestamp when the chat was last updated
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 |