JobExecutionSummaryForJob
public struct JobExecutionSummaryForJob : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Contains a subset of information about a job execution.
Declaration
Swift
public let jobExecutionSummary: JobExecutionSummary? -
The ARN of the thing on which the job execution is running.
Declaration
Swift
public let thingArn: String? -
Undocumented
Declaration
Swift
public init(jobExecutionSummary: JobExecutionSummary? = nil, thingArn: String? = nil)
View on GitHub
JobExecutionSummaryForJob Structure Reference