Class: Aws::Types::DisassociateFacesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateFacesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disassociated_faces ⇒ ::Array[Types::DisassociatedFace]
Returns the value of attribute disassociated_faces.
-
#unsuccessful_face_disassociations ⇒ ::Array[Types::UnsuccessfulFaceDisassociation]
Returns the value of attribute unsuccessful_face_disassociations.
-
#user_status ⇒ "ACTIVE", ...
Returns the value of attribute user_status.
Instance Attribute Details
#disassociated_faces ⇒ ::Array[Types::DisassociatedFace]
Returns the value of attribute disassociated_faces.
683 684 685 |
# File 'sig/types.rbs', line 683 def disassociated_faces @disassociated_faces end |
#unsuccessful_face_disassociations ⇒ ::Array[Types::UnsuccessfulFaceDisassociation]
Returns the value of attribute unsuccessful_face_disassociations.
684 685 686 |
# File 'sig/types.rbs', line 684 def unsuccessful_face_disassociations @unsuccessful_face_disassociations end |
#user_status ⇒ "ACTIVE", ...
Returns the value of attribute user_status.
685 686 687 |
# File 'sig/types.rbs', line 685 def user_status @user_status end |