Class: Aws::Types::UserMatch
- Inherits:
-
Object
- Object
- Aws::Types::UserMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#similarity ⇒ ::Float
Returns the value of attribute similarity.
-
#user ⇒ Types::MatchedUser
Returns the value of attribute user.
Instance Attribute Details
#similarity ⇒ ::Float
Returns the value of attribute similarity.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def similarity @similarity end |
#user ⇒ Types::MatchedUser
Returns the value of attribute user.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def user @user end |