Class: Aws::Types::ListFacesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collection_id::String

Returns the value of attribute collection_id.

Returns:

  • (::String)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def collection_id
  @collection_id
end

#face_ids::Array[::String]

Returns the value of attribute face_ids.

Returns:

  • (::Array[::String])


1273
1274
1275
# File 'sig/types.rbs', line 1273

def face_ids
  @face_ids
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1271
1272
1273
# File 'sig/types.rbs', line 1271

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1270
1271
1272
# File 'sig/types.rbs', line 1270

def next_token
  @next_token
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def user_id
  @user_id
end