DeleteMarkerEntry

public struct DeleteMarkerEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies whether the object is (true) or is not (false) the latest version of an object.

    Declaration

    Swift

    public let isLatest: Bool?
  • key

    The object key.

    Declaration

    Swift

    public let key: String?
  • Date and time the object was last modified.

    Declaration

    Swift

    public let lastModified: TimeStamp?
  • The account that created the delete marker.>

    Declaration

    Swift

    public let owner: Owner?
  • Version ID of an object.

    Declaration

    Swift

    public let versionId: String?
  • Undocumented

    Declaration

    Swift

    public init(isLatest: Bool? = nil, key: String? = nil, lastModified: TimeStamp? = nil, owner: Owner? = nil, versionId: String? = nil)