Class: Aws::Types::SearchUsersRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchUsersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
-
#face_id ⇒ ::String
Returns the value of attribute face_id.
-
#max_users ⇒ ::Integer
Returns the value of attribute max_users.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#user_match_threshold ⇒ ::Float
Returns the value of attribute user_match_threshold.
Instance Attribute Details
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def collection_id @collection_id end |
#face_id ⇒ ::String
Returns the value of attribute face_id.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def face_id @face_id end |
#max_users ⇒ ::Integer
Returns the value of attribute max_users.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def max_users @max_users end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def user_id @user_id end |
#user_match_threshold ⇒ ::Float
Returns the value of attribute user_match_threshold.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def user_match_threshold @user_match_threshold end |