Class: Aws::QBusiness::Types::PluginTypeMetadataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::PluginTypeMetadataSummary
- Includes:
- Structure
- Defined in:
- 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.
6130 6131 6132 6133 6134 6135 6136 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6130 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.
6130 6131 6132 6133 6134 6135 6136 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6130 class PluginTypeMetadataSummary < Struct.new( :type, :category, :description) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the plugin.
6130 6131 6132 6133 6134 6135 6136 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6130 class PluginTypeMetadataSummary < Struct.new( :type, :category, :description) SENSITIVE = [] include Aws::Structure end |