Class: Aws::QApps::Types::ListLibraryItemsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::ListLibraryItemsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category_id ⇒ String
Optional category to filter the library items by.
-
#instance_id ⇒ String
The unique identifier of the Amazon Q Business application environment instance.
-
#limit ⇒ Integer
The maximum number of library items to return in the response.
-
#next_token ⇒ String
The token to request the next page of results.
Instance Attribute Details
#category_id ⇒ String
Optional category to filter the library items by.
1724 1725 1726 1727 1728 1729 1730 1731 |
# File 'lib/aws-sdk-qapps/types.rb', line 1724 class ListLibraryItemsInput < Struct.new( :instance_id, :limit, :next_token, :category_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The unique identifier of the Amazon Q Business application environment instance.
1724 1725 1726 1727 1728 1729 1730 1731 |
# File 'lib/aws-sdk-qapps/types.rb', line 1724 class ListLibraryItemsInput < Struct.new( :instance_id, :limit, :next_token, :category_id) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of library items to return in the response.
1724 1725 1726 1727 1728 1729 1730 1731 |
# File 'lib/aws-sdk-qapps/types.rb', line 1724 class ListLibraryItemsInput < Struct.new( :instance_id, :limit, :next_token, :category_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to request the next page of results.
1724 1725 1726 1727 1728 1729 1730 1731 |
# File 'lib/aws-sdk-qapps/types.rb', line 1724 class ListLibraryItemsInput < Struct.new( :instance_id, :limit, :next_token, :category_id) SENSITIVE = [] include Aws::Structure end |