Class: Aws::QBusiness::Types::AttachmentsConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Configuration information for the file upload during chat feature.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachments_control_modeString

Status information about whether file upload functionality is activated or deactivated for your end user.

Returns:

  • (String)


704
705
706
707
708
# File 'lib/aws-sdk-qbusiness/types.rb', line 704

class AttachmentsConfiguration < Struct.new(
  :attachments_control_mode)
  SENSITIVE = []
  include Aws::Structure
end