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

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

Instance Attribute Details

#categoryString

The category of the plugin type.

Returns:

  • (String)


6346
6347
6348
6349
6350
6351
6352
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6346

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)


6346
6347
6348
6349
6350
6351
6352
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6346

class PluginTypeMetadataSummary < Struct.new(
  :type,
  :category,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the plugin.

Returns:

  • (String)


6346
6347
6348
6349
6350
6351
6352
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 6346

class PluginTypeMetadataSummary < Struct.new(
  :type,
  :category,
  :description)
  SENSITIVE = []
  include Aws::Structure
end