Class: Aws::Types::CreateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#broker_id::String

Returns the value of attribute broker_id.

Returns:



236
237
238
# File 'sig/types.rbs', line 236

def broker_id
  @broker_id
end

#console_accessBoolean

Returns the value of attribute console_access.

Returns:



237
238
239
# File 'sig/types.rbs', line 237

def console_access
  @console_access
end

#groups::Array[::String]

Returns the value of attribute groups.

Returns:



238
239
240
# File 'sig/types.rbs', line 238

def groups
  @groups
end

#password::String

Returns the value of attribute password.

Returns:



239
240
241
# File 'sig/types.rbs', line 239

def password
  @password
end

#replication_userBoolean

Returns the value of attribute replication_user.

Returns:



241
242
243
# File 'sig/types.rbs', line 241

def replication_user
  @replication_user
end

#username::String

Returns the value of attribute username.

Returns:



240
241
242
# File 'sig/types.rbs', line 240

def username
  @username
end