DescribeImportTasksResponse

public struct DescribeImportTasksResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token to request the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • A returned array of import tasks that match any applied filters, up to the specified number of maximum results.

    Declaration

    Swift

    public let tasks: [ImportTask]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, tasks: [ImportTask]? = nil)