Class: Aws::QBusiness::Types::DeletePluginRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DeletePluginRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier the application attached to the Amazon Q Business plugin.
-
#plugin_id ⇒ String
The identifier of the plugin being deleted.
Instance Attribute Details
#application_id ⇒ String
The identifier the application attached to the Amazon Q Business plugin.
2788 2789 2790 2791 2792 2793 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2788 class DeletePluginRequest < Struct.new( :application_id, :plugin_id) SENSITIVE = [] include Aws::Structure end |
#plugin_id ⇒ String
The identifier of the plugin being deleted.
2788 2789 2790 2791 2792 2793 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2788 class DeletePluginRequest < Struct.new( :application_id, :plugin_id) SENSITIVE = [] include Aws::Structure end |