Class: Aws::DevOpsAgent::Types::ChatExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::ChatExecution
- 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
-
#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
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_id ⇒ String
The unique identifier for the execution
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 |
#summary ⇒ String
Summary or title of the chat
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_at ⇒ Time
Timestamp when the chat was last updated
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 |