ListJobExecutionsForJobRequest
public struct ListJobExecutionsForJobRequest : AWSShape
extension IoT.ListJobExecutionsForJobRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique identifier you assigned to this job when it was created.
Declaration
Swift
public let jobId: String -
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? -
The status of the job.
Declaration
Swift
public let status: JobExecutionStatus? -
Undocumented
Declaration
Swift
public init(jobId: String, maxResults: Int? = nil, nextToken: String? = nil, status: JobExecutionStatus? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> IoT.ListJobExecutionsForJobRequest
View on GitHub
ListJobExecutionsForJobRequest Structure Reference