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 action.

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]

[src]

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

impl Debug for PolicyRole
[src]

[src]

Formats the value using the given formatter.

impl Clone for PolicyRole
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more