Class: Aws::QBusiness::Types::Plugin

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#build_statusString

The status of the plugin.

Returns:

  • (String)


4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4740

class Plugin < Struct.new(
  :plugin_id,
  :display_name,
  :type,
  :server_url,
  :state,
  :build_status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp for when the plugin was created.

Returns:

  • (Time)


4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4740

class Plugin < Struct.new(
  :plugin_id,
  :display_name,
  :type,
  :server_url,
  :state,
  :build_status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The name of the plugin.

Returns:

  • (String)


4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4740

class Plugin < Struct.new(
  :plugin_id,
  :display_name,
  :type,
  :server_url,
  :state,
  :build_status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#plugin_idString

The identifier of the plugin.

Returns:

  • (String)


4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4740

class Plugin < Struct.new(
  :plugin_id,
  :display_name,
  :type,
  :server_url,
  :state,
  :build_status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#server_urlString

The plugin server URL used for configuration.

Returns:

  • (String)


4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4740

class Plugin < Struct.new(
  :plugin_id,
  :display_name,
  :type,
  :server_url,
  :state,
  :build_status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current status of the plugin.

Returns:

  • (String)


4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4740

class Plugin < Struct.new(
  :plugin_id,
  :display_name,
  :type,
  :server_url,
  :state,
  :build_status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the plugin.

Returns:

  • (String)


4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4740

class Plugin < Struct.new(
  :plugin_id,
  :display_name,
  :type,
  :server_url,
  :state,
  :build_status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp for when the plugin was last updated.

Returns:

  • (Time)


4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4740

class Plugin < Struct.new(
  :plugin_id,
  :display_name,
  :type,
  :server_url,
  :state,
  :build_status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end