Class: Aws::QBusiness::Types::ListPluginTypeActionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListPluginTypeActionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of plugins to return.
-
#next_token ⇒ String
If the number of plugins returned exceeds ‘maxResults`, Amazon Q Business returns a next token as a pagination token to retrieve the next set of plugins.
-
#plugin_type ⇒ String
The type of the plugin.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of plugins to return.
5438 5439 5440 5441 5442 5443 5444 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5438 class ListPluginTypeActionsRequest < Struct.new( :plugin_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the number of plugins returned exceeds ‘maxResults`, Amazon Q Business returns a next token as a pagination token to retrieve the next set of plugins.
5438 5439 5440 5441 5442 5443 5444 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5438 class ListPluginTypeActionsRequest < Struct.new( :plugin_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#plugin_type ⇒ String
The type of the plugin.
5438 5439 5440 5441 5442 5443 5444 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5438 class ListPluginTypeActionsRequest < Struct.new( :plugin_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |