AssociateTargetsWithJobRequest
public struct AssociateTargetsWithJobRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An optional comment string describing why the job was associated with the targets.
Declaration
Swift
public let comment: String? -
The unique identifier you assigned to this job when it was created.
Declaration
Swift
public let jobId: String -
A list of thing group ARNs that define the targets of the job.
Declaration
Swift
public let targets: [String] -
Undocumented
Declaration
Swift
public init(comment: String? = nil, jobId: String, targets: [String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AssociateTargetsWithJobRequest Structure Reference