Struct rusoto_organizations::PolicyTypeSummary[][src]

pub struct PolicyTypeSummary {
    pub status: Option<String>,
    pub type_: Option<String>,
}

Contains information about a policy type and its status in the associated root.

Fields

The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

The name of the policy type.

Trait Implementations

impl Default for PolicyTypeSummary
[src]

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

impl Debug for PolicyTypeSummary
[src]

Formats the value using the given formatter. Read more

impl Clone for PolicyTypeSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PolicyTypeSummary
[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