ObjectIdentifier

public struct ObjectIdentifier : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    Key name of the object to delete.

    Declaration

    Swift

    public let key: String
  • VersionId for the specific version of the object to delete.

    Declaration

    Swift

    public let versionId: String?
  • Undocumented

    Declaration

    Swift

    public init(key: String, versionId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws