Class: Aws::Types::StartFaceDetectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartFaceDetectionRequest
- 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.
-
#face_attributes ⇒ "DEFAULT", "ALL"
Returns the value of attribute face_attributes.
-
#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.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def client_request_token @client_request_token end |
#face_attributes ⇒ "DEFAULT", "ALL"
Returns the value of attribute face_attributes.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def face_attributes @face_attributes end |
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def job_tag @job_tag end |
#notification_channel ⇒ Types::NotificationChannel
Returns the value of attribute notification_channel.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def notification_channel @notification_channel end |
#video ⇒ Types::Video
Returns the value of attribute video.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def video @video end |