Class: Aws::QBusiness::Types::CustomPluginConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::CustomPluginConfiguration
- Defined in:
- gems/aws-sdk-qbusiness/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.
2495 2496 2497 2498 2499 2500 2501 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2495 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.
2495 2496 2497 2498 2499 2500 2501 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2495 class CustomPluginConfiguration < Struct.new( :description, :api_schema_type, :api_schema) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for your custom plugin configuration.
2495 2496 2497 2498 2499 2500 2501 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2495 class CustomPluginConfiguration < Struct.new( :description, :api_schema_type, :api_schema) SENSITIVE = [] include Aws::Structure end |