Class: Aws::Types::SearchUsersRequest

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)


1669
1670
1671
# File 'sig/types.rbs', line 1669

def collection_id
  @collection_id
end

#face_id::String

Returns the value of attribute face_id.

Returns:

  • (::String)


1671
1672
1673
# File 'sig/types.rbs', line 1671

def face_id
  @face_id
end

#max_users::Integer

Returns the value of attribute max_users.

Returns:

  • (::Integer)


1673
1674
1675
# File 'sig/types.rbs', line 1673

def max_users
  @max_users
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


1670
1671
1672
# File 'sig/types.rbs', line 1670

def user_id
  @user_id
end

#user_match_threshold::Float

Returns the value of attribute user_match_threshold.

Returns:

  • (::Float)


1672
1673
1674
# File 'sig/types.rbs', line 1672

def user_match_threshold
  @user_match_threshold
end