Class: Aws::QBusiness::Types::DeleteChatControlsConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DeleteChatControlsConfigurationRequest
- Defined in:
- gems/aws-sdk-qbusiness/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.
2742 2743 2744 2745 2746 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2742 class DeleteChatControlsConfigurationRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |