Class: Aws::Types::SearchUsersByImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchUsersByImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
-
#image ⇒ Types::Image
Returns the value of attribute image.
-
#max_users ⇒ ::Integer
Returns the value of attribute max_users.
-
#quality_filter ⇒ "NONE", ...
Returns the value of attribute quality_filter.
-
#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.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def collection_id @collection_id end |
#image ⇒ Types::Image
Returns the value of attribute image.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def image @image end |
#max_users ⇒ ::Integer
Returns the value of attribute max_users.
1655 1656 1657 |
# File 'sig/types.rbs', line 1655 def max_users @max_users end |
#quality_filter ⇒ "NONE", ...
Returns the value of attribute quality_filter.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def quality_filter @quality_filter end |
#user_match_threshold ⇒ ::Float
Returns the value of attribute user_match_threshold.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def user_match_threshold @user_match_threshold end |