Struct rusoto_iam::PolicyUser [] [src]

pub struct PolicyUser {
    pub user_id: Option<IdType>,
    pub user_name: Option<UserNameType>,
}

Contains information about a user 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 user. For more information about IDs, see IAM Identifiers in the IAM User Guide.

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

Trait Implementations

impl Default for PolicyUser
[src]

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

impl Debug for PolicyUser
[src]

Formats the value using the given formatter.

impl Clone for PolicyUser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more