DeleteFileShareInput
public struct DeleteFileShareInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the file share to be deleted.
Declaration
Swift
public let fileShareARN: String
-
If this value is set to true, the operation deletes a file share immediately and aborts all data uploads to AWS. Otherwise, the file share is not deleted until all data is uploaded to AWS. This process aborts the data upload process, and the file share enters the FORCE_DELETING status. Valid Values: true | false
Declaration
Swift
public let forceDelete: Bool?
-
Undocumented
Declaration
Swift
public init(fileShareARN: String, forceDelete: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws