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

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


499
500
501
502
503
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 499

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