DeleteMountTargetRequest
public struct DeleteMountTargetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the mount target to delete (String).
Declaration
Swift
public let mountTargetId: String
-
Undocumented
Declaration
Swift
public init(mountTargetId: String)
-
Declaration
Swift
public func validate(name: String) throws