AssociateTargetsWithJobResponse
public struct AssociateTargetsWithJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A short text description of the job.
Declaration
Swift
public let description: String? -
An ARN identifying the job.
Declaration
Swift
public let jobArn: String? -
The unique identifier you assigned to this job when it was created.
Declaration
Swift
public let jobId: String? -
Undocumented
Declaration
Swift
public init(description: String? = nil, jobArn: String? = nil, jobId: String? = nil)
View on GitHub
AssociateTargetsWithJobResponse Structure Reference