Struct aws_sdk_iam::model::OrganizationsDecisionDetail [−][src]
#[non_exhaustive]pub struct OrganizationsDecisionDetail {
pub allowed_by_organizations: bool,
}
Expand description
Contains information about the effect that Organizations has on a policy simulation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.allowed_by_organizations: bool
Specifies whether the simulated operation is allowed by the Organizations service control policies that impact the simulated user's account.
Implementations
Specifies whether the simulated operation is allowed by the Organizations service control policies that impact the simulated user's account.
Creates a new builder-style object to manufacture OrganizationsDecisionDetail
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for OrganizationsDecisionDetail
impl Send for OrganizationsDecisionDetail
impl Sync for OrganizationsDecisionDetail
impl Unpin for OrganizationsDecisionDetail
impl UnwindSafe for OrganizationsDecisionDetail
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more