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