Class: Aws::QBusiness::Types::DeletePluginRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DeletePluginRequest
- 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 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.
2917 2918 2919 2920 2921 2922 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2917 class DeletePluginRequest < Struct.new( :application_id, :plugin_id) SENSITIVE = [] include Aws::Structure end |
#plugin_id ⇒ String
The identifier of the plugin being deleted.
2917 2918 2919 2920 2921 2922 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2917 class DeletePluginRequest < Struct.new( :application_id, :plugin_id) SENSITIVE = [] include Aws::Structure end |