ListJobExecutionsForThingRequest
public struct ListJobExecutionsForThingRequest : AWSShape
extension IoT.ListJobExecutionsForThingRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to be returned per request.
Declaration
Swift
public let maxResults: Int?
-
The token to retrieve the next set of results.
Declaration
Swift
public let nextToken: String?
-
An optional filter that lets you search for jobs that have the specified status.
Declaration
Swift
public let status: JobExecutionStatus?
-
The thing name.
Declaration
Swift
public let thingName: String
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, status: JobExecutionStatus? = nil, thingName: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoT.ListJobExecutionsForThingRequest