ListImagesRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether to return one entry per image name, with all versions of each image aggregated. Defaults to false, which returns one entry per image version. You can't combine this option with the version filter.

Link copied to clipboard

Use the following filters to streamline results:

Link copied to clipboard

Specifies whether to include deprecated Amazon-managed images in the results. Deprecated images that you own are always returned. Defaults to false.

Link copied to clipboard

The maximum number of items to return in a single request.

Link copied to clipboard

A token to specify where to start paginating. Use the nextToken value from a previously truncated response.

Link copied to clipboard

Filters the list to images owned by you, by Amazon, or shared with you by other accounts. By default, only your account's images are returned.

Functions

Link copied to clipboard
inline fun copy(block: ListImagesRequest.Builder.() -> Unit = {}): ListImagesRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String