Class: Aws::Types::DisassociateFacesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disassociated_faces::Array[Types::DisassociatedFace]

Returns the value of attribute disassociated_faces.

Returns:



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.

Returns:

  • ("ACTIVE", "UPDATING", "CREATING", "CREATED")


685
686
687
# File 'sig/types.rbs', line 685

def user_status
  @user_status
end