Class: Aws::QApps::Types::ListLibraryItemsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::ListLibraryItemsOutput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#library_items ⇒ Array<Types::LibraryItemMember>
The list of library items meeting the request criteria.
-
#next_token ⇒ String
The token to use to request the next page of results.
Instance Attribute Details
#library_items ⇒ Array<Types::LibraryItemMember>
The list of library items meeting the request criteria.
1743 1744 1745 1746 1747 1748 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1743 class ListLibraryItemsOutput < Struct.new( :library_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to request the next page of results.
1743 1744 1745 1746 1747 1748 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1743 class ListLibraryItemsOutput < Struct.new( :library_items, :next_token) SENSITIVE = [] include Aws::Structure end |