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

Class: Aws::IAM::Types::EntityInfo

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

Overview

Contains details about the specified entity (user or role).

This data type is an element of the EntityDetails object.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN). ARNs are unique identifiers for AWS resources.

For more information about ARNs, go to Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

Returns:

  • (String)

    The Amazon Resource Name (ARN).

#idString

The identifier of the entity (user or role).

Returns:

  • (String)

    The identifier of the entity (user or role).

#nameString

The name of the entity (user or role).

Returns:

  • (String)

    The name of the entity (user or role).

#pathString

The path to the entity (user or role). For more information about paths, see IAM Identifiers in the IAM User Guide.

Returns:

  • (String)

    The path to the entity (user or role).

#typeString

The type of entity (user or role).

Possible values:

  • USER
  • ROLE
  • GROUP

Returns:

  • (String)

    The type of entity (user or role).