[][src]Struct rusoto_iot::AssociateTargetsWithJobRequest

pub struct AssociateTargetsWithJobRequest {
    pub comment: Option<String>,
    pub job_id: String,
    pub targets: Vec<String>,
}

Fields

comment: Option<String>

An optional comment string describing why the job was associated with the targets.

job_id: String

The unique identifier you assigned to this job when it was created.

targets: Vec<String>

A list of thing group ARNs that define the targets of the job.

Trait Implementations

impl Clone for AssociateTargetsWithJobRequest[src]

impl Default for AssociateTargetsWithJobRequest[src]

impl PartialEq<AssociateTargetsWithJobRequest> for AssociateTargetsWithJobRequest[src]

impl Debug for AssociateTargetsWithJobRequest[src]

impl StructuralPartialEq for AssociateTargetsWithJobRequest[src]

impl Serialize for AssociateTargetsWithJobRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> Same<T> for T

type Output = T

Should always be Self