Struct rusoto_iam::PolicyDetail [] [src]

pub struct PolicyDetail {
    pub policy_document: Option<String>,
    pub policy_name: Option<String>,
}

Contains information about an IAM policy, including the policy document.

This data type is used as a response element in the GetAccountAuthorizationDetails action.

Fields

The policy document.

The name of the policy.

Trait Implementations

impl Default for PolicyDetail
[src]

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

impl Debug for PolicyDetail
[src]

Formats the value using the given formatter.

impl Clone for PolicyDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more