DescribeImportImageTasksResult

public struct DescribeImportImageTasksResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.

    Declaration

    Swift

    public let importImageTasks: [ImportImageTask]?
  • The token to use to get the next page of results. This value is null when there are no more results to return.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(importImageTasks: [ImportImageTask]? = nil, nextToken: String? = nil)