Class: Aws::QBusiness::Types::ListPluginsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of plugins.

Returns:

  • (String)


4512
4513
4514
4515
4516
4517
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4512

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

#pluginsArray<Types::Plugin>

Information about a configured plugin.

Returns:



4512
4513
4514
4515
4516
4517
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4512

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