Class: Aws::QBusiness::Types::ListPluginTypeMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListPluginTypeMetadataRequest
- Defined in:
- gems/aws-sdk-qbusiness/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.
5621 5622 5623 5624 5625 5626 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5621 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.
5621 5622 5623 5624 5625 5626 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5621 class ListPluginTypeMetadataRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |