S3ClientListOutput

data class S3ClientListOutput(val key: String, val lastModified: Date)

Representation of a S3 object's metadata.

Constructors

Link copied to clipboard
constructor(key: String, lastModified: Date)

Properties

Link copied to clipboard
val key: String

String The key of the object.

Link copied to clipboard

Date The date the object was last modified.