Class: Aws::QBusiness::Types::ListPluginsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListPluginsResponse
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the
maxResults
response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. -
#plugins ⇒ Array<Types::Plugin>
Information about a configured plugin.
Instance Attribute Details
#next_token ⇒ String
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.
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 |
#plugins ⇒ Array<Types::Plugin>
Information about a configured plugin.
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 |