Class: Aws::Types::ListFacesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#face_model_version::String

Returns the value of attribute face_model_version.

Returns:

  • (::String)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def face_model_version
  @face_model_version
end

#faces::Array[Types::Face]

Returns the value of attribute faces.

Returns:



1278
1279
1280
# File 'sig/types.rbs', line 1278

def faces
  @faces
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def next_token
  @next_token
end