DescribeObjectResponse
public struct DescribeObjectResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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 at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9. Headers with a custom user-defined value are also accepted.
Declaration
Swift
public let cacheControl: String?
-
The length of the object in bytes.
Declaration
Swift
public let contentLength: Int64?
-
The content type of the object.
Declaration
Swift
public let contentType: String?
-
The ETag that represents a unique instance of the object.
Declaration
Swift
public let eTag: String?
-
The date and time that the object was last modified.
Declaration
Swift
public let lastModified: TimeStamp?
-
Undocumented
Declaration
Swift
public init(cacheControl: String? = nil, contentLength: Int64? = nil, contentType: String? = nil, eTag: String? = nil, lastModified: TimeStamp? = nil)