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.
1243 1244 1245 1246 1247 1248 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1243 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.
1243 1244 1245 1246 1247 1248 |
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1243 class ListLibraryItemsOutput < Struct.new( :library_items, :next_token) SENSITIVE = [] include Aws::Structure end |