Class: Aws::QBusiness::Types::ListPluginTypeMetadataRequest

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

#max_resultsInteger

The maximum number of plugin metadata items to return.

Returns:

  • (Integer)


5477
5478
5479
5480
5481
5482
# File 'lib/aws-sdk-qbusiness/types.rb', line 5477

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

#next_tokenString

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

Returns:

  • (String)


5477
5478
5479
5480
5481
5482
# File 'lib/aws-sdk-qbusiness/types.rb', line 5477

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