Class: Aws::QBusiness::Types::ListPluginTypeActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListPluginTypeActionsResponse
- 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 plugins.
-
#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 plugins.
Instance Attribute Details
#items ⇒ Array<Types::ActionSummary>
An array of information on one or more plugins.
5458 5459 5460 5461 5462 5463 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5458 class ListPluginTypeActionsResponse < 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 plugins.
5458 5459 5460 5461 5462 5463 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5458 class ListPluginTypeActionsResponse < Struct.new( :next_token, :items) SENSITIVE = [] include Aws::Structure end |