DeleteObjectRequest

public struct DeleteObjectRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name>

    Declaration

    Swift

    public let path: String
  • Undocumented

    Declaration

    Swift

    public init(path: String)
  • Declaration

    Swift

    public func validate(name: String) throws