S3ClientListResult

data class S3ClientListResult(val items: List<S3ClientListOutput>, val nextToken: String?)

Result from listing S3 objects with pagination support.

Constructors

Link copied to clipboard
constructor(items: List<S3ClientListOutput>, nextToken: String?)

Properties

Link copied to clipboard

List The list of S3 objects.

Link copied to clipboard

String Optional token for retrieving the next page of results.