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.
2949 2950 2951 2952 2953 2954 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2949 class DeletePluginRequest < Struct.new( :application_id, :plugin_id) SENSITIVE = [] include Aws::Structure end |
#plugin_id ⇒ String
The identifier of the plugin being deleted.
2949 2950 2951 2952 2953 2954 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 2949 class DeletePluginRequest < Struct.new( :application_id, :plugin_id) SENSITIVE = [] include Aws::Structure end |