Class: Aws::Types::GetSimilarProfilesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSimilarProfilesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#match_type ⇒ "RULE_BASED_MATCHING", "ML_BASED_MATCHING"
Returns the value of attribute match_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#search_key ⇒ ::String
Returns the value of attribute search_key.
-
#search_value ⇒ ::String
Returns the value of attribute search_value.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def domain_name @domain_name end |
#match_type ⇒ "RULE_BASED_MATCHING", "ML_BASED_MATCHING"
Returns the value of attribute match_type.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def match_type @match_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def next_token @next_token end |
#search_key ⇒ ::String
Returns the value of attribute search_key.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def search_key @search_key end |
#search_value ⇒ ::String
Returns the value of attribute search_value.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def search_value @search_value end |