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

Class: Aws::MediaStore::Types::ListContainersInput

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

Overview

Note:

When passing ListContainersInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  next_token: "PaginationToken",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Enter the maximum number of containers in the response. Use from 1 to 255 characters.

Returns:

  • (Integer)

    Enter the maximum number of containers in the response.

#next_tokenString

Only if you used MaxResults in the first command, enter the token (which was included in the previous response) to obtain the next set of containers. This token is included in a response only if there actually are more containers to list.

Returns:

  • (String)

    Only if you used MaxResults in the first command, enter the token (which was included in the previous response) to obtain the next set of containers.