Class: Aws::QBusiness::Types::AttachmentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AttachmentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
The details of a file uploaded during chat.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attachment_id ⇒ String
The unique identifier of the Amazon Q Business attachment.
-
#conversation_id ⇒ String
The unique identifier of the Amazon Q Business conversation.
-
#error ⇒ Types::ErrorDetail
An error associated with a file uploaded during chat.
-
#name ⇒ String
The name of a file uploaded during chat.
-
#status ⇒ String
The status of a file uploaded during chat.
Instance Attribute Details
#attachment_id ⇒ String
The unique identifier of the Amazon Q Business attachment.
685 686 687 688 689 690 691 692 693 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 685 class AttachmentOutput < Struct.new( :name, :status, :error, :attachment_id, :conversation_id) SENSITIVE = [] include Aws::Structure end |
#conversation_id ⇒ String
The unique identifier of the Amazon Q Business conversation.
685 686 687 688 689 690 691 692 693 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 685 class AttachmentOutput < Struct.new( :name, :status, :error, :attachment_id, :conversation_id) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Types::ErrorDetail
An error associated with a file uploaded during chat.
685 686 687 688 689 690 691 692 693 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 685 class AttachmentOutput < Struct.new( :name, :status, :error, :attachment_id, :conversation_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a file uploaded during chat.
685 686 687 688 689 690 691 692 693 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 685 class AttachmentOutput < Struct.new( :name, :status, :error, :attachment_id, :conversation_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a file uploaded during chat.
685 686 687 688 689 690 691 692 693 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 685 class AttachmentOutput < Struct.new( :name, :status, :error, :attachment_id, :conversation_id) SENSITIVE = [] include Aws::Structure end |