Class: Aws::QBusiness::Types::ListPluginActionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListPluginActionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the Amazon Q Business application the plugin is attached to.
-
#max_results ⇒ Integer
The maximum number of plugin actions to return.
-
#next_token ⇒ String
If the number of plugin actions returned exceeds ‘maxResults`, Amazon Q Business returns a next token as a pagination token to retrieve the next set of plugin actions.
-
#plugin_id ⇒ String
The identifier of the Amazon Q Business plugin.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application the plugin is attached to.
5394 5395 5396 5397 5398 5399 5400 5401 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5394 class ListPluginActionsRequest < Struct.new( :application_id, :plugin_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of plugin actions to return.
5394 5395 5396 5397 5398 5399 5400 5401 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5394 class ListPluginActionsRequest < Struct.new( :application_id, :plugin_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the number of plugin actions returned exceeds ‘maxResults`, Amazon Q Business returns a next token as a pagination token to retrieve the next set of plugin actions.
5394 5395 5396 5397 5398 5399 5400 5401 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5394 class ListPluginActionsRequest < Struct.new( :application_id, :plugin_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#plugin_id ⇒ String
The identifier of the Amazon Q Business plugin.
5394 5395 5396 5397 5398 5399 5400 5401 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5394 class ListPluginActionsRequest < Struct.new( :application_id, :plugin_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |