Class: Aws::Types::User
- Inherits:
-
Object
- Object
- Aws::Types::User
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#console_access ⇒ Boolean
Returns the value of attribute console_access.
-
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#replication_user ⇒ Boolean
Returns the value of attribute replication_user.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#console_access ⇒ Boolean
Returns the value of attribute console_access.
886 887 888 |
# File 'sig/types.rbs', line 886 def console_access @console_access end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
887 888 889 |
# File 'sig/types.rbs', line 887 def groups @groups end |
#password ⇒ ::String
Returns the value of attribute password.
888 889 890 |
# File 'sig/types.rbs', line 888 def password @password end |
#replication_user ⇒ Boolean
Returns the value of attribute replication_user.
890 891 892 |
# File 'sig/types.rbs', line 890 def replication_user @replication_user end |
#username ⇒ ::String
Returns the value of attribute username.
889 890 891 |
# File 'sig/types.rbs', line 889 def username @username end |