Class: Aws::QBusiness::Types::ListPluginActionsRequest

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

#application_idString

The identifier of the Amazon Q Business application the plugin is attached to.

Returns:

  • (String)


5394
5395
5396
5397
5398
5399
5400
5401
# File 'lib/aws-sdk-qbusiness/types.rb', line 5394

class ListPluginActionsRequest < Struct.new(
  :application_id,
  :plugin_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of plugin actions to return.

Returns:

  • (Integer)


5394
5395
5396
5397
5398
5399
5400
5401
# File 'lib/aws-sdk-qbusiness/types.rb', line 5394

class ListPluginActionsRequest < Struct.new(
  :application_id,
  :plugin_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


5394
5395
5396
5397
5398
5399
5400
5401
# File 'lib/aws-sdk-qbusiness/types.rb', line 5394

class ListPluginActionsRequest < Struct.new(
  :application_id,
  :plugin_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#plugin_idString

The identifier of the Amazon Q Business plugin.

Returns:

  • (String)


5394
5395
5396
5397
5398
5399
5400
5401
# File 'lib/aws-sdk-qbusiness/types.rb', line 5394

class ListPluginActionsRequest < Struct.new(
  :application_id,
  :plugin_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end