Class: Aws::Types::UserContext

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:user_id])

Instance Attribute Summary collapse

Instance Attribute Details

#role"CLINICIAN"

Returns the value of attribute role.

Returns:

  • ("CLINICIAN")


514
515
516
# File 'sig/types.rbs', line 514

def role
  @role
end

#specialty"PRIMARY_CARE"

Returns the value of attribute specialty.

Returns:

  • ("PRIMARY_CARE")


516
517
518
# File 'sig/types.rbs', line 516

def specialty
  @specialty
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def user_id
  @user_id
end