Class: Aws::Types::DisassociateUserProficienciesRequest

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)


3132
3133
3134
# File 'sig/types.rbs', line 3132

def instance_id
  @instance_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


3133
3134
3135
# File 'sig/types.rbs', line 3133

def user_id
  @user_id
end

#user_proficiencies::Array[Types::UserProficiencyDisassociate]

Returns the value of attribute user_proficiencies.



3134
3135
3136
# File 'sig/types.rbs', line 3134

def user_proficiencies
  @user_proficiencies
end