Class: Aws::QBusiness::Types::CreatePluginResponse

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

#build_statusString

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

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
# File 'lib/aws-sdk-qbusiness/types.rb', line 2037

class CreatePluginResponse < Struct.new(
  :plugin_id,
  :plugin_arn,
  :build_status)
  SENSITIVE = []
  include Aws::Structure
end

#plugin_arnString

The Amazon Resource Name (ARN) of a plugin.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
# File 'lib/aws-sdk-qbusiness/types.rb', line 2037

class CreatePluginResponse < Struct.new(
  :plugin_id,
  :plugin_arn,
  :build_status)
  SENSITIVE = []
  include Aws::Structure
end

#plugin_idString

The identifier of the plugin created.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
# File 'lib/aws-sdk-qbusiness/types.rb', line 2037

class CreatePluginResponse < Struct.new(
  :plugin_id,
  :plugin_arn,
  :build_status)
  SENSITIVE = []
  include Aws::Structure
end