Struct aws_sdk_iot::input::DetachPolicyInput
source · #[non_exhaustive]pub struct DetachPolicyInput { /* private fields */ }
Implementations§
source§impl DetachPolicyInput
impl DetachPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetachPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DetachPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DetachPolicy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DetachPolicyInput
.
Trait Implementations§
source§impl Clone for DetachPolicyInput
impl Clone for DetachPolicyInput
source§fn clone(&self) -> DetachPolicyInput
fn clone(&self) -> DetachPolicyInput
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 Debug for DetachPolicyInput
impl Debug for DetachPolicyInput
source§impl PartialEq<DetachPolicyInput> for DetachPolicyInput
impl PartialEq<DetachPolicyInput> for DetachPolicyInput
source§fn eq(&self, other: &DetachPolicyInput) -> bool
fn eq(&self, other: &DetachPolicyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.