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