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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

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

This data type is an element of the EntityDetails object.

Constant Summary collapse

SENSITIVE =
[]

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

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'lib/aws-sdk-iam/types.rb', line 2874

class EntityInfo < Struct.new(
  :arn,
  :name,
  :type,
  :id,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the entity (user or role).

Returns:

  • (String)


2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'lib/aws-sdk-iam/types.rb', line 2874

class EntityInfo < Struct.new(
  :arn,
  :name,
  :type,
  :id,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the entity (user or role).

Returns:

  • (String)


2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'lib/aws-sdk-iam/types.rb', line 2874

class EntityInfo < Struct.new(
  :arn,
  :name,
  :type,
  :id,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

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

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html

Returns:

  • (String)


2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'lib/aws-sdk-iam/types.rb', line 2874

class EntityInfo < Struct.new(
  :arn,
  :name,
  :type,
  :id,
  :path)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of entity (user or role).

Returns:

  • (String)


2874
2875
2876
2877
2878
2879
2880
2881
2882
# File 'lib/aws-sdk-iam/types.rb', line 2874

class EntityInfo < Struct.new(
  :arn,
  :name,
  :type,
  :id,
  :path)
  SENSITIVE = []
  include Aws::Structure
end