JobSummary
public struct JobSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time, in seconds since the epoch, when the job completed.
Declaration
Swift
public let completedAt: TimeStamp?
-
The time, in seconds since the epoch, when the job was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The job ARN.
Declaration
Swift
public let jobArn: String?
-
The unique identifier you assigned to this job when it was created.
Declaration
Swift
public let jobId: String?
-
The time, in seconds since the epoch, when the job was last updated.
Declaration
Swift
public let lastUpdatedAt: TimeStamp?
-
The job summary status.
Declaration
Swift
public let status: JobStatus?
-
Specifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT). If continuous, the job may also be run on a thing when a change is detected in a target. For example, a job will run on a thing when the thing is added to a target group, even after the job was completed by all things originally in the group.
Declaration
Swift
public let targetSelection: TargetSelection?
-
The ID of the thing group.
Declaration
Swift
public let thingGroupId: String?
-
Undocumented
Declaration
Swift
public init(completedAt: TimeStamp? = nil, createdAt: TimeStamp? = nil, jobArn: String? = nil, jobId: String? = nil, lastUpdatedAt: TimeStamp? = nil, status: JobStatus? = nil, targetSelection: TargetSelection? = nil, thingGroupId: String? = nil)