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.



6651
6652
6653
6654
6655
6656
# File 'lib/aws-sdk-qbusiness/types.rb', line 6651

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)


6651
6652
6653
6654
6655
6656
# File 'lib/aws-sdk-qbusiness/types.rb', line 6651

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