Class: Aws::QBusiness::Types::ListPluginTypeActionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ActionSummary>

An array of information on one or more plugins.

Returns:



5634
5635
5636
5637
5638
5639
# File 'lib/aws-sdk-qbusiness/types.rb', line 5634

class ListPluginTypeActionsResponse < Struct.new(
  :next_token,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


5634
5635
5636
5637
5638
5639
# File 'lib/aws-sdk-qbusiness/types.rb', line 5634

class ListPluginTypeActionsResponse < Struct.new(
  :next_token,
  :items)
  SENSITIVE = []
  include Aws::Structure
end