Class: Aws::Types::StartCelebrityRecognitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartCelebrityRecognitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
-
#notification_channel ⇒ Types::NotificationChannel
Returns the value of attribute notification_channel.
-
#video ⇒ Types::Video
Returns the value of attribute video.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def client_request_token @client_request_token end |
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def job_tag @job_tag end |
#notification_channel ⇒ Types::NotificationChannel
Returns the value of attribute notification_channel.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def notification_channel @notification_channel end |
#video ⇒ Types::Video
Returns the value of attribute video.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def video @video end |