NAME
Paws::S3::ListObjectVersionsOutput
ATTRIBUTES
REQUIRED Bucket => Str
Delimiter => Str
A delimiter is a character you use to group keys.
EncodingType => Str
Valid values are: "url"
KeyMarker => Str
Specifies the key to start with when listing objects in a bucket.
MaxKeys => Int
Sets the maximum number of keys returned in the response. The response might contain fewer keys but will never contain more.
Prefix => Str
Limits the response to keys that begin with the specified prefix.
VersionIdMarker => Str
Specifies the object version you want to start listing from.