Class: Aws::QBusiness::Types::PluginTypeMetadataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::PluginTypeMetadataSummary
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Summary metadata information for a Amazon Q Business plugin.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ String
The category of the plugin type.
-
#description ⇒ String
The description assigned by Amazon Q Business to a plugin.
-
#type ⇒ String
The type of the plugin.
Instance Attribute Details
#category ⇒ String
The category of the plugin type.
7437 7438 7439 7440 7441 7442 7443 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7437 class PluginTypeMetadataSummary < Struct.new( :type, :category, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description assigned by Amazon Q Business to a plugin. You can't modify this value.
7437 7438 7439 7440 7441 7442 7443 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7437 class PluginTypeMetadataSummary < Struct.new( :type, :category, :description) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the plugin.
7437 7438 7439 7440 7441 7442 7443 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 7437 class PluginTypeMetadataSummary < Struct.new( :type, :category, :description) SENSITIVE = [] include Aws::Structure end |