Class: Aws::Types::MatchItem
- Inherits:
-
Object
- Object
- Aws::Types::MatchItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence_score ⇒ ::Float
Returns the value of attribute confidence_score.
-
#match_id ⇒ ::String
Returns the value of attribute match_id.
-
#profile_ids ⇒ ::Array[::String]
Returns the value of attribute profile_ids.
Instance Attribute Details
#confidence_score ⇒ ::Float
Returns the value of attribute confidence_score.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def confidence_score @confidence_score end |
#match_id ⇒ ::String
Returns the value of attribute match_id.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def match_id @match_id end |
#profile_ids ⇒ ::Array[::String]
Returns the value of attribute profile_ids.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def profile_ids @profile_ids end |