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)


493
494
495
496
497
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 493

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