Class: Aws::Types::GetFaceSearchResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


948
949
950
# File 'sig/types.rbs', line 948

def job_id
  @job_id
end

#job_status"IN_PROGRESS", ...

Returns the value of attribute job_status.

Returns:

  • ("IN_PROGRESS", "SUCCEEDED", "FAILED")


943
944
945
# File 'sig/types.rbs', line 943

def job_status
  @job_status
end

#job_tag::String

Returns the value of attribute job_tag.

Returns:

  • (::String)


950
951
952
# File 'sig/types.rbs', line 950

def job_tag
  @job_tag
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


945
946
947
# File 'sig/types.rbs', line 945

def next_token
  @next_token
end

#persons::Array[Types::PersonMatch]

Returns the value of attribute persons.

Returns:



947
948
949
# File 'sig/types.rbs', line 947

def persons
  @persons
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


944
945
946
# File 'sig/types.rbs', line 944

def status_message
  @status_message
end

#videoTypes::Video

Returns the value of attribute video.

Returns:



949
950
951
# File 'sig/types.rbs', line 949

def video
  @video
end

#video_metadataTypes::VideoMetadata

Returns the value of attribute video_metadata.



946
947
948
# File 'sig/types.rbs', line 946

def 
  
end