Class: Aws::Types::StartFaceSearchRequest

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)


1783
1784
1785
# File 'sig/types.rbs', line 1783

def client_request_token
  @client_request_token
end

#collection_id::String

Returns the value of attribute collection_id.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def collection_id
  @collection_id
end

#face_match_threshold::Float

Returns the value of attribute face_match_threshold.

Returns:

  • (::Float)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def face_match_threshold
  @face_match_threshold
end

#job_tag::String

Returns the value of attribute job_tag.

Returns:

  • (::String)


1787
1788
1789
# File 'sig/types.rbs', line 1787

def job_tag
  @job_tag
end

#notification_channelTypes::NotificationChannel

Returns the value of attribute notification_channel.



1786
1787
1788
# File 'sig/types.rbs', line 1786

def notification_channel
  @notification_channel
end

#videoTypes::Video

Returns the value of attribute video.

Returns:



1782
1783
1784
# File 'sig/types.rbs', line 1782

def video
  @video
end