Method: Aws::QBusiness::Types::ListPluginTypeActionsRequest#max_results

Defined in:
lib/aws-sdk-qbusiness/types.rb

#max_resultsInteger

The maximum number of plugins to return.

Returns:

  • (Integer)


6593
6594
6595
6596
6597
6598
6599
# File 'lib/aws-sdk-qbusiness/types.rb', line 6593

class ListPluginTypeActionsRequest < Struct.new(
  :plugin_type,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end