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]

[src]

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

impl Debug for PolicyTypeSummary
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PolicyTypeSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations