Class: Aws::Types::UserMatch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#similarity::Float

Returns the value of attribute similarity.

Returns:

  • (::Float)


2123
2124
2125
# File 'sig/types.rbs', line 2123

def similarity
  @similarity
end

#userTypes::MatchedUser

Returns the value of attribute user.

Returns:



2124
2125
2126
# File 'sig/types.rbs', line 2124

def user
  @user
end