Class: Aws::QBusiness::Types::AppliedAttachmentsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AppliedAttachmentsConfiguration
- 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
-
#attachments_control_mode ⇒ String
Information about whether file upload during chat functionality is activated for your application.
Instance Attribute Details
#attachments_control_mode ⇒ String
Information about whether file upload during chat functionality is activated for your application.
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 |