Class: Aws::Types::UpdateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def network_id
  @network_id
end

#user_detailsTypes::UpdateUserDetails

Returns the value of attribute user_details.



962
963
964
# File 'sig/types.rbs', line 962

def user_details
  @user_details
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def user_id
  @user_id
end