Struct aws_sdk_iot::operation::attach_policy::AttachPolicyOutput
source · #[non_exhaustive]pub struct AttachPolicyOutput { /* private fields */ }
Implementations§
source§impl AttachPolicyOutput
impl AttachPolicyOutput
sourcepub fn builder() -> AttachPolicyOutputBuilder
pub fn builder() -> AttachPolicyOutputBuilder
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 ==
.source§impl RequestId for AttachPolicyOutput
impl RequestId for AttachPolicyOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.