Struct aws_sdk_iot::model::denied::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Denied
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn implicit_deny(self, input: ImplicitDeny) -> Self
pub fn implicit_deny(self, input: ImplicitDeny) -> Self
Information that implicitly denies the authorization. When a policy doesn't explicitly deny or allow an action on a resource it is considered an implicit deny.
sourcepub fn set_implicit_deny(self, input: Option<ImplicitDeny>) -> Self
pub fn set_implicit_deny(self, input: Option<ImplicitDeny>) -> Self
Information that implicitly denies the authorization. When a policy doesn't explicitly deny or allow an action on a resource it is considered an implicit deny.
sourcepub fn explicit_deny(self, input: ExplicitDeny) -> Self
pub fn explicit_deny(self, input: ExplicitDeny) -> Self
Information that explicitly denies the authorization.
sourcepub fn set_explicit_deny(self, input: Option<ExplicitDeny>) -> Self
pub fn set_explicit_deny(self, input: Option<ExplicitDeny>) -> Self
Information that explicitly denies the authorization.