Struct aws_sdk_iot::output::AttachPolicyOutput
source · #[non_exhaustive]pub struct AttachPolicyOutput {}
Implementations§
source§impl AttachPolicyOutput
impl AttachPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AttachPolicyOutput
.
Trait Implementations§
source§impl Clone for AttachPolicyOutput
impl Clone for AttachPolicyOutput
source§fn clone(&self) -> AttachPolicyOutput
fn clone(&self) -> AttachPolicyOutput
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 AttachPolicyOutput
impl Debug for AttachPolicyOutput
source§impl PartialEq<AttachPolicyOutput> for AttachPolicyOutput
impl PartialEq<AttachPolicyOutput> for AttachPolicyOutput
source§fn eq(&self, other: &AttachPolicyOutput) -> bool
fn eq(&self, other: &AttachPolicyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.