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.
1907 1908 1909 1910 1911 1912 1913 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1907 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.
1907 1908 1909 1910 1911 1912 1913 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1907 class CustomPluginConfiguration < Struct.new( :description, :api_schema_type, :api_schema) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for your custom plugin configuration.
1907 1908 1909 1910 1911 1912 1913 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 1907 class CustomPluginConfiguration < Struct.new( :description, :api_schema_type, :api_schema) SENSITIVE = [] include Aws::Structure end |