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

#authentication_type"API", ...

Returns the value of attribute authentication_type.

Returns:



554
555
556
# File 'sig/types.rbs', line 554

def authentication_type
  @authentication_type
end

#first_name::String

Returns the value of attribute first_name.

Returns:



552
553
554
# File 'sig/types.rbs', line 552

def first_name
  @first_name
end

#last_name::String

Returns the value of attribute last_name.

Returns:



553
554
555
# File 'sig/types.rbs', line 553

def last_name
  @last_name
end

#message_action"SUPPRESS", "RESEND"

Returns the value of attribute message_action.

Returns:



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

def message_action
  @message_action
end

#user_name::String

Returns the value of attribute user_name.

Returns:



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

def user_name
  @user_name
end