Class: Aws::QBusiness::Types::Plugin
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::Plugin
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Information about an Amazon Q Business plugin and its configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#build_status ⇒ String
The status of the plugin.
-
#created_at ⇒ Time
The timestamp for when the plugin was created.
-
#display_name ⇒ String
The name of the plugin.
-
#plugin_id ⇒ String
The identifier of the plugin.
-
#server_url ⇒ String
The plugin server URL used for configuration.
-
#state ⇒ String
The current status of the plugin.
-
#type ⇒ String
The type of the plugin.
-
#updated_at ⇒ Time
The timestamp for when the plugin was last updated.
Instance Attribute Details
#build_status ⇒ String
The status of the plugin.
6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6031 class Plugin < Struct.new( :plugin_id, :display_name, :type, :server_url, :state, :build_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp for when the plugin was created.
6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6031 class Plugin < Struct.new( :plugin_id, :display_name, :type, :server_url, :state, :build_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The name of the plugin.
6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6031 class Plugin < Struct.new( :plugin_id, :display_name, :type, :server_url, :state, :build_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#plugin_id ⇒ String
The identifier of the plugin.
6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6031 class Plugin < Struct.new( :plugin_id, :display_name, :type, :server_url, :state, :build_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#server_url ⇒ String
The plugin server URL used for configuration.
6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6031 class Plugin < Struct.new( :plugin_id, :display_name, :type, :server_url, :state, :build_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current status of the plugin.
6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6031 class Plugin < Struct.new( :plugin_id, :display_name, :type, :server_url, :state, :build_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the plugin.
6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6031 class Plugin < Struct.new( :plugin_id, :display_name, :type, :server_url, :state, :build_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp for when the plugin was last updated.
6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6031 class Plugin < Struct.new( :plugin_id, :display_name, :type, :server_url, :state, :build_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |