Class: Aws::QBusiness::Types::AttachmentsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AttachmentsConfiguration
- 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
-
#attachments_control_mode ⇒ String
Status information about whether file upload functionality is activated or deactivated for your end user.
Instance Attribute Details
#attachments_control_mode ⇒ String
Status information about whether file upload functionality is activated or deactivated for your end user.
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 |