Class: Aws::Types::KubernetesUserDetails
- Inherits:
-
Object
- Object
- Aws::Types::KubernetesUserDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
-
#impersonated_user ⇒ Types::ImpersonatedUser
Returns the value of attribute impersonated_user.
-
#session_name ⇒ ::Array[::String]
Returns the value of attribute session_name.
-
#uid ⇒ ::String
Returns the value of attribute uid.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def groups @groups end |
#impersonated_user ⇒ Types::ImpersonatedUser
Returns the value of attribute impersonated_user.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def impersonated_user @impersonated_user end |
#session_name ⇒ ::Array[::String]
Returns the value of attribute session_name.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def session_name @session_name end |
#uid ⇒ ::String
Returns the value of attribute uid.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def uid @uid end |
#username ⇒ ::String
Returns the value of attribute username.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def username @username end |