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

#identity_store_id ⇒ ::String

Returns the value of attribute identity_store_id.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def identity_store_id
  @identity_store_id
end

#operations ⇒ ::Array[Types::AttributeOperation]

Returns the value of attribute operations.

Returns:



462
463
464
# File 'sig/types.rbs', line 462

def operations
  @operations
end

#user_id ⇒ ::String

Returns the value of attribute user_id.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def user_id
  @user_id
end