Class: Aws::Types::CreateUserMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_string::String

Returns the value of attribute access_string.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def access_string
  @access_string
end

#authentication_modeTypes::AuthenticationMode

Returns the value of attribute authentication_mode.



550
551
552
# File 'sig/types.rbs', line 550

def authentication_mode
  @authentication_mode
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


545
546
547
# File 'sig/types.rbs', line 545

def engine
  @engine
end

#no_password_requiredBoolean

Returns the value of attribute no_password_required.

Returns:

  • (Boolean)


548
549
550
# File 'sig/types.rbs', line 548

def no_password_required
  @no_password_required
end

#passwords::Array[::String]

Returns the value of attribute passwords.

Returns:

  • (::Array[::String])


546
547
548
# File 'sig/types.rbs', line 546

def passwords
  @passwords
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



549
550
551
# File 'sig/types.rbs', line 549

def tags
  @tags
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def user_id
  @user_id
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def user_name
  @user_name
end