Struct rusoto_iam::OrganizationsDecisionDetail [] [src]

pub struct OrganizationsDecisionDetail {
    pub allowed_by_organizations: Option<bool>,
}

Contains information about AWS Organizations's affect on a policy simulation.

Fields

Specifies whether the simulated action is allowed by the AWS Organizations service control policies that impact the simulated user's account.

Trait Implementations

impl Default for OrganizationsDecisionDetail
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for OrganizationsDecisionDetail
[src]

[src]

Formats the value using the given formatter.

impl Clone for OrganizationsDecisionDetail
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more