Class: Aws::QBusiness::Types::PluginConfiguration

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

#plugin_idString

The identifier of the plugin you want to use.

Returns:

  • (String)


6355
6356
6357
6358
6359
# File 'lib/aws-sdk-qbusiness/types.rb', line 6355

class PluginConfiguration < Struct.new(
  :plugin_id)
  SENSITIVE = []
  include Aws::Structure
end