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]

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

impl Debug for Policy
[src]

Formats the value using the given formatter. Read more

impl Clone for Policy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Policy
[src]

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 Send for Policy

impl Sync for Policy