Struct aws_sdk_iot::input::RemoveThingFromThingGroupInput
source · #[non_exhaustive]pub struct RemoveThingFromThingGroupInput { /* private fields */ }
Implementations§
source§impl RemoveThingFromThingGroupInput
impl RemoveThingFromThingGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveThingFromThingGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveThingFromThingGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RemoveThingFromThingGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RemoveThingFromThingGroupInput
.
source§impl RemoveThingFromThingGroupInput
impl RemoveThingFromThingGroupInput
sourcepub fn thing_group_name(&self) -> Option<&str>
pub fn thing_group_name(&self) -> Option<&str>
The group name.
sourcepub fn thing_group_arn(&self) -> Option<&str>
pub fn thing_group_arn(&self) -> Option<&str>
The group ARN.
sourcepub fn thing_name(&self) -> Option<&str>
pub fn thing_name(&self) -> Option<&str>
The name of the thing to remove from the group.
Trait Implementations§
source§impl Clone for RemoveThingFromThingGroupInput
impl Clone for RemoveThingFromThingGroupInput
source§fn clone(&self) -> RemoveThingFromThingGroupInput
fn clone(&self) -> RemoveThingFromThingGroupInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<RemoveThingFromThingGroupInput> for RemoveThingFromThingGroupInput
impl PartialEq<RemoveThingFromThingGroupInput> for RemoveThingFromThingGroupInput
source§fn eq(&self, other: &RemoveThingFromThingGroupInput) -> bool
fn eq(&self, other: &RemoveThingFromThingGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.