Class: Aws::QBusiness::Types::ListPluginTypeActionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of plugins to return.

Returns:

  • (Integer)


5582
5583
5584
5585
5586
5587
5588
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5582

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

#next_tokenString

If the number of plugins returned exceeds maxResults, Amazon Q Business returns a next token as a pagination token to retrieve the next set of plugins.

Returns:

  • (String)


5582
5583
5584
5585
5586
5587
5588
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5582

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

#plugin_typeString

The type of the plugin.

Returns:

  • (String)


5582
5583
5584
5585
5586
5587
5588
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5582

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