NAME
Paws::MediaStoreData::GetObjectResponse
ATTRIBUTES
Body => Str
The bytes of the object.
CacheControl => Str
An optional CacheControl
header that allows the caller to control the object's cache behavior. Headers can be passed in as specified in the HTTP spec at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9 (https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9).
Headers with a custom user-defined value are also accepted.
ContentLength => Int
The length of the object in bytes.
ContentRange => Str
The range of bytes to retrieve.
ContentType => Str
The content type of the object.
ETag => Str
The ETag that represents a unique instance of the object.
LastModified => Str
The date and time that the object was last modified.
REQUIRED StatusCode => Int
The HTML status code of the request. Status codes ranging from 200 to 299 indicate success. All other status codes indicate the type of error that occurred.