class Aws::IoT::Types::AssociateTargetsWithJobRequest
@return [String]
</note>
<note markdown=“1”> The ‘namespaceId` feature is in public preview.
`$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/`
format.
notifications to MQTT topics that contain the value in the following
When you specify a value for this parameter, AWS IoT Core sends jobs
The namespace used to indicate that a job is a customer-managed job.
@!attribute [rw] namespace_id
@return [String]
with the targets.
An optional comment string describing why the job was associated
@!attribute [rw] comment
@return [String]
The unique identifier you assigned to this job when it was created.
@!attribute [rw] job_id
@return [Array<String>]
A list of thing group ARNs that define the targets of the job.
@!attribute [rw] targets
}
namespace_id: “NamespaceId”,
comment: “Comment”,
job_id: “JobId”, # required
targets: [“TargetArn”], # required
{
data as a hash:
@note When making an API call, you may pass AssociateTargetsWithJobRequest