Class: Aws::Types::UpdateUserResponse

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)


978
979
980
# File 'sig/types.rbs', line 978

def code_validation
  @code_validation
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def first_name
  @first_name
end

#invite_code::String

Returns the value of attribute invite_code.

Returns:

  • (::String)


976
977
978
# File 'sig/types.rbs', line 976

def invite_code
  @invite_code
end

#invite_expiration::Integer

Returns the value of attribute invite_expiration.

Returns:

  • (::Integer)


977
978
979
# File 'sig/types.rbs', line 977

def invite_expiration
  @invite_expiration
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


971
972
973
# File 'sig/types.rbs', line 971

def last_name
  @last_name
end

#middle_name::String

Returns the value of attribute middle_name.

Returns:

  • (::String)


972
973
974
# File 'sig/types.rbs', line 972

def middle_name
  @middle_name
end

#modified::Integer

Returns the value of attribute modified.

Returns:

  • (::Integer)


974
975
976
# File 'sig/types.rbs', line 974

def modified
  @modified
end

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


968
969
970
# File 'sig/types.rbs', line 968

def network_id
  @network_id
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


969
970
971
# File 'sig/types.rbs', line 969

def security_group_ids
  @security_group_ids
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


975
976
977
# File 'sig/types.rbs', line 975

def status
  @status
end

#suspendedBoolean

Returns the value of attribute suspended.

Returns:

  • (Boolean)


973
974
975
# File 'sig/types.rbs', line 973

def suspended
  @suspended
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


967
968
969
# File 'sig/types.rbs', line 967

def user_id
  @user_id
end