[][src]Struct rusoto_iot::RemoveThingFromThingGroupRequest

pub struct RemoveThingFromThingGroupRequest {
    pub thing_arn: Option<String>,
    pub thing_group_arn: Option<String>,
    pub thing_group_name: Option<String>,
    pub thing_name: Option<String>,
}

Fields

thing_arn: Option<String>

The ARN of the thing to remove from the group.

thing_group_arn: Option<String>

The group ARN.

thing_group_name: Option<String>

The group name.

thing_name: Option<String>

The name of the thing to remove from the group.

Trait Implementations

impl Clone for RemoveThingFromThingGroupRequest[src]

impl Default for RemoveThingFromThingGroupRequest[src]

impl PartialEq<RemoveThingFromThingGroupRequest> for RemoveThingFromThingGroupRequest[src]

impl Debug for RemoveThingFromThingGroupRequest[src]

impl StructuralPartialEq for RemoveThingFromThingGroupRequest[src]

impl Serialize for RemoveThingFromThingGroupRequest[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<T> Same<T> for T

type Output = T

Should always be Self