Class: Aws::QBusiness::Types::PluginTypeMetadataSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#categoryString

The category of the plugin type.

Returns:

  • (String)


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

#descriptionString

The description assigned by Amazon Q Business to a plugin. You can’t modify this value.

Returns:

  • (String)


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

#typeString

The type of the plugin.

Returns:

  • (String)


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