Class: Aws::QBusiness::Types::Plugin
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::Plugin
- Defined in:
- gems/aws-sdk-qbusiness/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.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6247 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.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6247 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.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6247 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.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6247 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.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6247 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.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6247 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.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6247 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.
6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6247 class Plugin < Struct.new( :plugin_id, :display_name, :type, :server_url, :state, :build_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |