Class: Aws::Types::EntityInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


602
603
604
# File 'sig/types.rbs', line 602

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


605
606
607
# File 'sig/types.rbs', line 605

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def name
  @name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def path
  @path
end

#type"USER", ...

Returns the value of attribute type.

Returns:

  • ("USER", "ROLE", "GROUP")


604
605
606
# File 'sig/types.rbs', line 604

def type
  @type
end