Class: Aws::Types::AssociateFacesRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateFacesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
-
#face_ids ⇒ ::Array[::String]
Returns the value of attribute face_ids.
-
#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
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
30 31 32 |
# File 'sig/types.rbs', line 30 def client_request_token @client_request_token end |
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
26 27 28 |
# File 'sig/types.rbs', line 26 def collection_id @collection_id end |
#face_ids ⇒ ::Array[::String]
Returns the value of attribute face_ids.
28 29 30 |
# File 'sig/types.rbs', line 28 def face_ids @face_ids end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
27 28 29 |
# File 'sig/types.rbs', line 27 def user_id @user_id end |
#user_match_threshold ⇒ ::Float
Returns the value of attribute user_match_threshold.
29 30 31 |
# File 'sig/types.rbs', line 29 def user_match_threshold @user_match_threshold end |