Class: Aws::Types::UpdateUserProficienciesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9230
9231
9232
# File 'sig/types.rbs', line 9230

def instance_id
  @instance_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


9231
9232
9233
# File 'sig/types.rbs', line 9231

def user_id
  @user_id
end

#user_proficiencies::Array[Types::UserProficiency]

Returns the value of attribute user_proficiencies.

Returns:



9232
9233
9234
# File 'sig/types.rbs', line 9232

def user_proficiencies
  @user_proficiencies
end