Class: Aws::QBusiness::Types::ListPluginActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListPluginActionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ActionSummary>
An array of information on one or more plugin actions.
-
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of plugin actions.
Instance Attribute Details
#items ⇒ Array<Types::ActionSummary>
An array of information on one or more plugin actions.
5415 5416 5417 5418 5419 5420 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5415 class ListPluginActionsResponse < Struct.new( :next_token, :items) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of plugin actions.
5415 5416 5417 5418 5419 5420 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5415 class ListPluginActionsResponse < Struct.new( :next_token, :items) SENSITIVE = [] include Aws::Structure end |