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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/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 Amazon Web Services resources.

For more information about ARNs, go to Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Returns:

  • (String)


2789
2790
2791
2792
2793
2794
2795
2796
2797
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2789

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)


2789
2790
2791
2792
2793
2794
2795
2796
2797
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2789

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)


2789
2790
2791
2792
2793
2794
2795
2796
2797
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2789

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.

Returns:

  • (String)


2789
2790
2791
2792
2793
2794
2795
2796
2797
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2789

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

#typeString

The type of entity (user or role).

Returns:

  • (String)


2789
2790
2791
2792
2793
2794
2795
2796
2797
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 2789

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