Class: Aws::QBusiness::Types::CustomPluginConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CustomPluginConfiguration
- 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
-
#api_schema ⇒ Types::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.
-
#api_schema_type ⇒ String
The type of OpenAPI schema to use.
-
#description ⇒ String
A description for your custom plugin configuration.
Instance Attribute Details
#api_schema ⇒ Types::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.
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_type ⇒ String
The type of OpenAPI schema to use.
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 |
#description ⇒ String
A description for your custom plugin configuration.
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 |