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