DescribeJobExecutionRequest
public struct DescribeJobExecutionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Optional. A number that identifies a particular job execution on a particular device. If not specified, the latest job execution is returned.
Declaration
Swift
public let executionNumber: Int64?
-
Optional. When set to true, the response contains the job document. The default is false.
Declaration
Swift
public let includeJobDocument: Bool?
-
The unique identifier assigned to this job when it was created.
Declaration
Swift
public let jobId: String
-
The thing name associated with the device the job execution is running on.
Declaration
Swift
public let thingName: String
-
Undocumented
Declaration
Swift
public init(executionNumber: Int64? = nil, includeJobDocument: Bool? = nil, jobId: String, thingName: String)
-
Declaration
Swift
public func validate(name: String) throws