DescribeJobExecutionRequest
public struct DescribeJobExecutionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A string (consisting of the digits “0” through “9” which is used to specify a particular job execution on a particular device.
Declaration
Swift
public let executionNumber: Int64? -
The unique identifier you assigned to this job when it was created.
Declaration
Swift
public let jobId: String -
The name of the thing on which the job execution is running.
Declaration
Swift
public let thingName: String -
Undocumented
Declaration
Swift
public init(executionNumber: Int64? = nil, jobId: String, thingName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DescribeJobExecutionRequest Structure Reference