Class: Aws::QBusiness::Types::AttachmentOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attachment_idString

The unique identifier of the Amazon Q Business attachment.

Returns:

  • (String)


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_idString

The unique identifier of the Amazon Q Business conversation.

Returns:

  • (String)


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

#errorTypes::ErrorDetail

An error associated with a file uploaded during chat.

Returns:



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

#nameString

The name of a file uploaded during chat.

Returns:

  • (String)


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

#statusString

The status of a file uploaded during chat.

Returns:

  • (String)


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