ListThingRegistrationTasksResponse

public struct ListThingRegistrationTasksResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token used to get the next set of results, or null if there are no additional results.

    Declaration

    Swift

    public let nextToken: String?
  • A list of bulk thing provisioning task IDs.

    Declaration

    Swift

    public let taskIds: [String]?
  • Undocumented

    Declaration

    Swift

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