BatchDeleteImportDataRequest

public struct BatchDeleteImportDataRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IDs for the import tasks that you want to delete.

    Declaration

    Swift

    public let importTaskIds: [String]
  • Undocumented

    Declaration

    Swift

    public init(importTaskIds: [String])
  • Declaration

    Swift

    public func validate(name: String) throws