Class: Aws::Types::GetCelebrityRecognitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCelebrityRecognitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#celebrities ⇒ ::Array[Types::CelebrityRecognition]
Returns the value of attribute celebrities.
-
#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.
-
#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
#celebrities ⇒ ::Array[Types::CelebrityRecognition]
Returns the value of attribute celebrities.
864 865 866 |
# File 'sig/types.rbs', line 864 def celebrities @celebrities end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
865 866 867 |
# File 'sig/types.rbs', line 865 def job_id @job_id end |
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
860 861 862 |
# File 'sig/types.rbs', line 860 def job_status @job_status end |
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
867 868 869 |
# File 'sig/types.rbs', line 867 def job_tag @job_tag end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
863 864 865 |
# File 'sig/types.rbs', line 863 def next_token @next_token end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
861 862 863 |
# File 'sig/types.rbs', line 861 def end |
#video ⇒ Types::Video
Returns the value of attribute video.
866 867 868 |
# File 'sig/types.rbs', line 866 def video @video end |
#video_metadata ⇒ Types::VideoMetadata
Returns the value of attribute video_metadata.
862 863 864 |
# File 'sig/types.rbs', line 862 def end |