Class: Aws::Types::GetSimilarProfilesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSimilarProfilesResponse
- 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.
-
#match_type ⇒ "RULE_BASED_MATCHING", "ML_BASED_MATCHING"
Returns the value of attribute match_type.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#profile_ids ⇒ ::Array[::String]
Returns the value of attribute profile_ids.
-
#rule_level ⇒ ::Integer
Returns the value of attribute rule_level.
Instance Attribute Details
#confidence_score ⇒ ::Float
Returns the value of attribute confidence_score.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def confidence_score @confidence_score end |
#match_id ⇒ ::String
Returns the value of attribute match_id.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def match_id @match_id end |
#match_type ⇒ "RULE_BASED_MATCHING", "ML_BASED_MATCHING"
Returns the value of attribute match_type.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def match_type @match_type end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def next_token @next_token end |
#profile_ids ⇒ ::Array[::String]
Returns the value of attribute profile_ids.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def profile_ids @profile_ids end |
#rule_level ⇒ ::Integer
Returns the value of attribute rule_level.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def rule_level @rule_level end |