Class: Aws::QBusiness::Types::ListPluginTypeMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListPluginTypeMetadataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of plugin metadata items to return.
-
#next_token ⇒ String
If the metadata returned exceeds ‘maxResults`, Amazon Q Business returns a next token as a pagination token to retrieve the next set of metadata.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of plugin metadata items to return.
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_token ⇒ String
If the metadata returned exceeds ‘maxResults`, Amazon Q Business returns a next token as a pagination token to retrieve the next set of metadata.
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 |