Class: Aws::QBusiness::Types::ListPluginsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListPluginsResponse
- Includes:
- Structure
- Defined in:
- 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.
5541 5542 5543 5544 5545 5546 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5541 class ListPluginsResponse < Struct.new( :next_token, :plugins) SENSITIVE = [] include Aws::Structure end |
#plugins ⇒ Array<Types::Plugin>
Information about a configured plugin.
5541 5542 5543 5544 5545 5546 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5541 class ListPluginsResponse < Struct.new( :next_token, :plugins) SENSITIVE = [] include Aws::Structure end |