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)


4339
4340
4341
4342
4343
4344
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4339

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

#pluginsArray<Types::Plugin>

Information about a configured plugin.

Returns:



4339
4340
4341
4342
4343
4344
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4339

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