class Aws::S3::Types::ListObjectVersionsRequest


@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ListObjectVersionsRequest AWS API Documentation
@return [String]
Specifies the object version you want to start listing from.
@!attribute [rw] version_id_marker
@return [String]
Limits the response to keys that begin with the specified prefix.
@!attribute [rw] prefix
@return [Integer]
response might contain fewer keys but will never contain more.
Sets the maximum number of keys returned in the response. The
@!attribute [rw] max_keys
@return [String]
Specifies the key to start with when listing objects in a bucket.
@!attribute [rw] key_marker
@return [String]
parameter to request that Amazon S3 encode the keys in the response.
characters that are not supported in XML 1.0, you can add this
characters, such as characters with an ASCII value from 0 to 10. For
Unicode character; however, XML 1.0 parser cannot parse some
specifies the encoding method to use. An object key may contain any
Requests Amazon S3 to encode the object keys in the response and
@!attribute [rw] encoding_type
@return [String]
A delimiter is a character you use to group keys.
@!attribute [rw] delimiter
@return [String]
@!attribute [rw] bucket
}
version_id_marker: “VersionIdMarker”,
prefix: “Prefix”,
max_keys: 1,
key_marker: “KeyMarker”,
encoding_type: “url”, # accepts url
delimiter: “Delimiter”,
bucket: “BucketName”, # required
{
data as a hash:
@note When making an API call, you may pass ListObjectVersionsRequest