Class: Aws::QBusiness::Types::AppliedAttachmentsConfiguration

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

Overview

Configuration information about the file upload during chat feature for your application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachments_control_modeString

Information about whether file upload during chat functionality is activated for your application.

Returns:

  • (String)


483
484
485
486
487
# File 'lib/aws-sdk-qbusiness/types.rb', line 483

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