Struct aws_sdk_iot::input::AssociateTargetsWithJobInput [−][src]
#[non_exhaustive]pub struct AssociateTargetsWithJobInput {
pub targets: Option<Vec<String>>,
pub job_id: Option<String>,
pub comment: Option<String>,
pub namespace_id: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.targets: Option<Vec<String>>
A list of thing group ARNs that define the targets of the job.
job_id: Option<String>
The unique identifier you assigned to this job when it was created.
comment: Option<String>
An optional comment string describing why the job was associated with the targets.
namespace_id: Option<String>
The namespace used to indicate that a job is a customer-managed job.
When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to MQTT topics that contain the value in the following format.
$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/
The namespaceId
feature is in public preview.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateTargetsWithJob, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateTargetsWithJob, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<AssociateTargetsWithJob
>
Creates a new builder-style object to manufacture AssociateTargetsWithJobInput
A list of thing group ARNs that define the targets of the job.
The unique identifier you assigned to this job when it was created.
An optional comment string describing why the job was associated with the targets.
The namespace used to indicate that a job is a customer-managed job.
When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to MQTT topics that contain the value in the following format.
$aws/things/THING_NAME/jobs/JOB_ID/notify-namespace-NAMESPACE_ID/
The namespaceId
feature is in public preview.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for AssociateTargetsWithJobInput
impl Sync for AssociateTargetsWithJobInput
impl Unpin for AssociateTargetsWithJobInput
impl UnwindSafe for AssociateTargetsWithJobInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more