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)


590
591
592
# File 'sig/types.rbs', line 590

def arn
  @arn
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

def name
  @name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def path
  @path
end

#type"USER", ...

Returns the value of attribute type.

Returns:

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


592
593
594
# File 'sig/types.rbs', line 592

def type
  @type
end