Class: Aws::QApps::Types::ListLibraryItemsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#library_itemsArray<Types::LibraryItemMember>

The list of library items meeting the request criteria.

Returns:



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_tokenString

The token to use to request the next page of results.

Returns:

  • (String)


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