Struct rusoto_iam::PolicyUser[][src]

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

Contains information about a user 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 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. Read more

impl Clone for PolicyUser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for PolicyUser