class Aws::MediaStoreData::Types::GetObjectResponse
@!attribute [rw] body
The bytes of the object. @return [IO]
@!attribute [rw] cache_control
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][1]. Headers with a custom user-defined value are also accepted. [1]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9 @return [String]
@!attribute [rw] content_range
The range of bytes to retrieve. @return [String]
@!attribute [rw] content_length
The length of the object in bytes. @return [Integer]
@!attribute [rw] content_type
The content type of the object. @return [String]
@!attribute [rw] etag
The ETag that represents a unique instance of the object. @return [String]
@!attribute [rw] last_modified
The date and time that the object was last modified. @return [Time]
@!attribute [rw] status_code
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. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/mediastore-data-2017-09-01/GetObjectResponse AWS API Documentation
Constants
- SENSITIVE