Class: Aws::QBusiness::Types::DeletePluginRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The identifier the application attached to the Amazon Q Business plugin.

Returns:

  • (String)


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_idString

The identifier of the plugin being deleted.

Returns:

  • (String)


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