Class: Aws::Types::GetFaceSearchResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFaceSearchResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
-
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#persons ⇒ ::Array[Types::PersonMatch]
Returns the value of attribute persons.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#video ⇒ Types::Video
Returns the value of attribute video.
-
#video_metadata ⇒ Types::VideoMetadata
Returns the value of attribute video_metadata.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
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.
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.
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.
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.
947 948 949 |
# File 'sig/types.rbs', line 947 def persons @persons end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
944 945 946 |
# File 'sig/types.rbs', line 944 def end |
#video ⇒ Types::Video
Returns the value of attribute video.
949 950 951 |
# File 'sig/types.rbs', line 949 def video @video end |
#video_metadata ⇒ Types::VideoMetadata
Returns the value of attribute video_metadata.
946 947 948 |
# File 'sig/types.rbs', line 946 def end |