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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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)


394
395
396
397
398
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 394

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