Class: Aws::Types::ImpersonatedUser
- Inherits:
-
Object
- Object
- Aws::Types::ImpersonatedUser
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def groups @groups end |
#username ⇒ ::String
Returns the value of attribute username.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def username @username end |