Class: Aws::Types::DisassociateFacesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateFacesRequest
- 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.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
677 678 679 |
# File 'sig/types.rbs', line 677 def client_request_token @client_request_token end |
#collection_id ⇒ ::String
Returns the value of attribute collection_id.
675 676 677 |
# File 'sig/types.rbs', line 675 def collection_id @collection_id end |
#face_ids ⇒ ::Array[::String]
Returns the value of attribute face_ids.
678 679 680 |
# File 'sig/types.rbs', line 678 def face_ids @face_ids end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
676 677 678 |
# File 'sig/types.rbs', line 676 def user_id @user_id end |