Class: Aws::QBusiness::Types::ListPluginTypeMetadataResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::PluginTypeMetadataSummary>

An array of information on plugin metadata.



5496
5497
5498
5499
5500
5501
# File 'lib/aws-sdk-qbusiness/types.rb', line 5496

class ListPluginTypeMetadataResponse < Struct.new(
  :next_token,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of plugin metadata.

Returns:

  • (String)


5496
5497
5498
5499
5500
5501
# File 'lib/aws-sdk-qbusiness/types.rb', line 5496

class ListPluginTypeMetadataResponse < Struct.new(
  :next_token,
  :items)
  SENSITIVE = []
  include Aws::Structure
end