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.
6696 6697 6698 6699 6700 6701 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6696 class ListPluginsResponse < Struct.new( :next_token, :plugins) SENSITIVE = [] include Aws::Structure end |
#plugins ⇒ Array<Types::Plugin>
Information about a configured plugin.
6696 6697 6698 6699 6700 6701 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 6696 class ListPluginsResponse < Struct.new( :next_token, :plugins) SENSITIVE = [] include Aws::Structure end |