Class: Aws::Types::SearchUsersByImageRequest

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)


1652
1653
1654
# File 'sig/types.rbs', line 1652

def collection_id
  @collection_id
end

#imageTypes::Image

Returns the value of attribute image.

Returns:



1653
1654
1655
# File 'sig/types.rbs', line 1653

def image
  @image
end

#max_users::Integer

Returns the value of attribute max_users.

Returns:

  • (::Integer)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def max_users
  @max_users
end

#quality_filter"NONE", ...

Returns the value of attribute quality_filter.

Returns:

  • ("NONE", "AUTO", "LOW", "MEDIUM", "HIGH")


1656
1657
1658
# File 'sig/types.rbs', line 1656

def quality_filter
  @quality_filter
end

#user_match_threshold::Float

Returns the value of attribute user_match_threshold.

Returns:

  • (::Float)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def user_match_threshold
  @user_match_threshold
end