Class: Aws::QBusiness::Types::UpdatePluginRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::UpdatePluginRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the application the plugin is attached to.
-
#auth_configuration ⇒ Types::PluginAuthConfiguration
The authentication configuration the plugin is using.
-
#custom_plugin_configuration ⇒ Types::CustomPluginConfiguration
The configuration for a custom plugin.
-
#display_name ⇒ String
The name of the plugin.
-
#plugin_id ⇒ String
The identifier of the plugin.
-
#server_url ⇒ String
The source URL used for plugin configuration.
-
#state ⇒ String
The status of the plugin.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application the plugin is attached to.
7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7470 class UpdatePluginRequest < Struct.new( :application_id, :plugin_id, :display_name, :state, :server_url, :custom_plugin_configuration, :auth_configuration) SENSITIVE = [] include Aws::Structure end |
#auth_configuration ⇒ Types::PluginAuthConfiguration
The authentication configuration the plugin is using.
7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7470 class UpdatePluginRequest < Struct.new( :application_id, :plugin_id, :display_name, :state, :server_url, :custom_plugin_configuration, :auth_configuration) SENSITIVE = [] include Aws::Structure end |
#custom_plugin_configuration ⇒ Types::CustomPluginConfiguration
The configuration for a custom plugin.
7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7470 class UpdatePluginRequest < Struct.new( :application_id, :plugin_id, :display_name, :state, :server_url, :custom_plugin_configuration, :auth_configuration) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name of the plugin.
7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7470 class UpdatePluginRequest < Struct.new( :application_id, :plugin_id, :display_name, :state, :server_url, :custom_plugin_configuration, :auth_configuration) SENSITIVE = [] include Aws::Structure end |
#plugin_id ⇒ String
The identifier of the plugin.
7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7470 class UpdatePluginRequest < Struct.new( :application_id, :plugin_id, :display_name, :state, :server_url, :custom_plugin_configuration, :auth_configuration) SENSITIVE = [] include Aws::Structure end |
#server_url ⇒ String
The source URL used for plugin configuration.
7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7470 class UpdatePluginRequest < Struct.new( :application_id, :plugin_id, :display_name, :state, :server_url, :custom_plugin_configuration, :auth_configuration) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The status of the plugin.
7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7470 class UpdatePluginRequest < Struct.new( :application_id, :plugin_id, :display_name, :state, :server_url, :custom_plugin_configuration, :auth_configuration) SENSITIVE = [] include Aws::Structure end |