Class: Aws::Types::CreateUserInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#console_accessBoolean

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_userBoolean

Returns the value of attribute replication_user.



231
232
233
# File 'sig/types.rbs', line 231

def replication_user
  @replication_user
end