Struct rusoto_iam::PolicyRole[][src]

pub struct PolicyRole {
    pub role_id: Option<String>,
    pub role_name: Option<String>,
}

Contains information about a role that a managed policy is attached to.

This data type is used as a response element in the ListEntitiesForPolicy operation.

For more information about managed policies, refer to Managed Policies and Inline Policies in the Using IAM guide.

Fields

The stable and unique string identifying the role. For more information about IDs, see IAM Identifiers in the IAM User Guide.

The name (friendly name, not ARN) identifying the role.

Trait Implementations

impl Default for PolicyRole
[src]

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

impl Debug for PolicyRole
[src]

Formats the value using the given formatter. Read more

impl Clone for PolicyRole
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for PolicyRole