Class: Aws::Types::StartContentModerationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartContentModerationRequest
- 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.
-
#min_confidence ⇒ ::Float
Returns the value of attribute min_confidence.
-
#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.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def client_request_token @client_request_token end |
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def job_tag @job_tag end |
#min_confidence ⇒ ::Float
Returns the value of attribute min_confidence.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def min_confidence @min_confidence end |
#notification_channel ⇒ Types::NotificationChannel
Returns the value of attribute notification_channel.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def notification_channel @notification_channel end |
#video ⇒ Types::Video
Returns the value of attribute video.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def video @video end |