Class: Aws::QApps::Types::ListLibraryItemsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#category_idString

Optional category to filter the library items by.

Returns:

  • (String)


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_idString

The unique identifier of the Amazon Q Business application environment instance.

Returns:

  • (String)


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

#limitInteger

The maximum number of library items to return in the response.

Returns:

  • (Integer)


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_tokenString

The token to request the next page of results.

Returns:

  • (String)


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