Class: Aws::Types::CreateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
-
#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
#broker_id ⇒ ::String
Returns the value of attribute broker_id.
236 237 238 |
# File 'sig/types.rbs', line 236 def broker_id @broker_id end |
#console_access ⇒ Boolean
Returns the value of attribute console_access.
237 238 239 |
# File 'sig/types.rbs', line 237 def console_access @console_access end |
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
238 239 240 |
# File 'sig/types.rbs', line 238 def groups @groups end |
#password ⇒ ::String
Returns the value of attribute password.
239 240 241 |
# File 'sig/types.rbs', line 239 def password @password end |
#replication_user ⇒ Boolean
Returns the value of attribute replication_user.
241 242 243 |
# File 'sig/types.rbs', line 241 def replication_user @replication_user end |
#username ⇒ ::String
Returns the value of attribute username.
240 241 242 |
# File 'sig/types.rbs', line 240 def username @username end |