Item
public struct Item : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The length of the item in bytes.
Declaration
Swift
public let contentLength: Int64? -
The content type of the item.
Declaration
Swift
public let contentType: String? -
The ETag that represents a unique instance of the item.
Declaration
Swift
public let eTag: String? -
The date and time that the item was last modified.
Declaration
Swift
public let lastModified: TimeStamp? -
The name of the item.
Declaration
Swift
public let name: String? -
The item type (folder or object).
Declaration
Swift
public let type: ItemType?
View on GitHub
Item Structure Reference