Class: Aws::QBusiness::Types::CustomPluginConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Configuration information required to create a custom plugin.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_schemaTypes::APISchema

Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema.

Returns:



2315
2316
2317
2318
2319
2320
2321
# File 'lib/aws-sdk-qbusiness/types.rb', line 2315

class CustomPluginConfiguration < Struct.new(
  :description,
  :api_schema_type,
  :api_schema)
  SENSITIVE = []
  include Aws::Structure
end

#api_schema_typeString

The type of OpenAPI schema to use.

Returns:

  • (String)


2315
2316
2317
2318
2319
2320
2321
# File 'lib/aws-sdk-qbusiness/types.rb', line 2315

class CustomPluginConfiguration < Struct.new(
  :description,
  :api_schema_type,
  :api_schema)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for your custom plugin configuration.

Returns:

  • (String)


2315
2316
2317
2318
2319
2320
2321
# File 'lib/aws-sdk-qbusiness/types.rb', line 2315

class CustomPluginConfiguration < Struct.new(
  :description,
  :api_schema_type,
  :api_schema)
  SENSITIVE = []
  include Aws::Structure
end