Class: Aws::Types::ImpersonatedUser

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#groups::Array[::String]

Returns the value of attribute groups.

Returns:

  • (::Array[::String])


1579
1580
1581
# File 'sig/types.rbs', line 1579

def groups
  @groups
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1578
1579
1580
# File 'sig/types.rbs', line 1578

def username
  @username
end