Class: Aws::QBusiness::Types::GetPluginResponse

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

#application_idString

The identifier of the application which contains the plugin.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'lib/aws-sdk-qbusiness/types.rb', line 4159

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

#auth_configurationTypes::PluginAuthConfiguration

Authentication configuration information for an Amazon Q Business plugin.



4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'lib/aws-sdk-qbusiness/types.rb', line 4159

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

#build_statusString

The current status of a plugin. A plugin is modified asynchronously.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'lib/aws-sdk-qbusiness/types.rb', line 4159

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

#created_atTime

The timestamp for when the plugin was created.

Returns:

  • (Time)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'lib/aws-sdk-qbusiness/types.rb', line 4159

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

#custom_plugin_configurationTypes::CustomPluginConfiguration

Configuration information required to create a custom plugin.



4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'lib/aws-sdk-qbusiness/types.rb', line 4159

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

#display_nameString

The name of the plugin.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'lib/aws-sdk-qbusiness/types.rb', line 4159

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

#plugin_arnString

The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the plugin.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'lib/aws-sdk-qbusiness/types.rb', line 4159

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

#plugin_idString

The identifier of the plugin.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'lib/aws-sdk-qbusiness/types.rb', line 4159

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

#server_urlString

The source URL used for plugin configuration.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'lib/aws-sdk-qbusiness/types.rb', line 4159

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

#stateString

The current state of the plugin.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'lib/aws-sdk-qbusiness/types.rb', line 4159

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

#typeString

The type of the plugin.

Returns:

  • (String)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'lib/aws-sdk-qbusiness/types.rb', line 4159

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

#updated_atTime

The timestamp for when the plugin was last updated.

Returns:

  • (Time)


4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'lib/aws-sdk-qbusiness/types.rb', line 4159

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