Class: Aws::Types::AssociateFacesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def client_request_token
  @client_request_token
end

#collection_id::String

Returns the value of attribute collection_id.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def collection_id
  @collection_id
end

#face_ids::Array[::String]

Returns the value of attribute face_ids.

Returns:

  • (::Array[::String])


28
29
30
# File 'sig/types.rbs', line 28

def face_ids
  @face_ids
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


27
28
29
# File 'sig/types.rbs', line 27

def user_id
  @user_id
end

#user_match_threshold::Float

Returns the value of attribute user_match_threshold.

Returns:

  • (::Float)


29
30
31
# File 'sig/types.rbs', line 29

def user_match_threshold
  @user_match_threshold
end