Class: Aws::Types::CreateUserInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserInput
- 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.
Instance Attribute Details
#console_access ⇒ Boolean
Returns the value of attribute console_access.
228 229 230 |
# File 'sig/types.rbs', line 228 def console_access @console_access end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
229 230 231 |
# File 'sig/types.rbs', line 229 def groups @groups end |
#password ⇒ ::String
Returns the value of attribute password.
230 231 232 |
# File 'sig/types.rbs', line 230 def password @password end |
#replication_user ⇒ Boolean
Returns the value of attribute replication_user.
231 232 233 |
# File 'sig/types.rbs', line 231 def replication_user @replication_user end |