Struct rusoto_organizations::Policy [] [src]

pub struct Policy {
    pub content: Option<String>,
    pub policy_summary: Option<PolicySummary>,
}

Contains rules to be applied to the affected accounts. Policies can be attached directly to accounts, or to roots and OUs to affect all accounts in those hierarchies.

Fields

The text content of the policy.

A structure that contains additional details about the policy.

Trait Implementations

impl Default for Policy
[src]

[src]

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

impl Debug for Policy
[src]

[src]

Formats the value using the given formatter.

impl Clone for Policy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more