You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IAM::Types::PolicyUser

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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 IAM User Guide.

Instance Attribute Summary collapse

Instance Attribute Details

#user_idString

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

Returns:

  • (String)

    The stable and unique string identifying the user.

#user_nameString

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

Returns:

  • (String)

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