You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaStoreData::Types::ListItemsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::Item>

The metadata entries for the folders and objects at the requested path.

Returns:

  • (Array<Types::Item>)

    The metadata entries for the folders and objects at the requested path.

#next_tokenString

The token that can be used in a request to view the next set of results. For example, you submit a ListItems request that matches 2,000 items with MaxResults set at 500. The service returns the first batch of results (up to 500) and a NextToken value that can be used to fetch the next batch of results.

Returns:

  • (String)

    The token that can be used in a request to view the next set of results.