Class: Aws::QBusiness::Types::ListPluginsRequest

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

#application_idString

The identifier of the application the plugin is attached to.

Returns:

  • (String)


4318
4319
4320
4321
4322
4323
4324
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4318

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

#max_resultsInteger

The maximum number of documents to return.

Returns:

  • (Integer)


4318
4319
4320
4321
4322
4323
4324
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4318

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

#next_tokenString

If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of plugins.

Returns:

  • (String)


4318
4319
4320
4321
4322
4323
4324
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4318

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