Class: Aws::QBusiness::Types::DeleteChatControlsConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DeleteChatControlsConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the application the chat controls have been configured for.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application the chat controls have been configured for.
2613 2614 2615 2616 2617 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2613 class DeleteChatControlsConfigurationRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |