Class: Aws::Types::UpdateUserDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:first_name, :last_name])

Instance Attribute Summary collapse

Instance Attribute Details

#code_validationBoolean

Returns the value of attribute code_validation.

Returns:

  • (Boolean)


955
956
957
# File 'sig/types.rbs', line 955

def code_validation
  @code_validation
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


949
950
951
# File 'sig/types.rbs', line 949

def first_name
  @first_name
end

#invite_code::String

Returns the value of attribute invite_code.

Returns:

  • (::String)


953
954
955
# File 'sig/types.rbs', line 953

def invite_code
  @invite_code
end

#invite_code_ttl::Integer

Returns the value of attribute invite_code_ttl.

Returns:

  • (::Integer)


954
955
956
# File 'sig/types.rbs', line 954

def invite_code_ttl
  @invite_code_ttl
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def last_name
  @last_name
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


952
953
954
# File 'sig/types.rbs', line 952

def security_group_ids
  @security_group_ids
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


951
952
953
# File 'sig/types.rbs', line 951

def username
  @username
end