Class: Aws::Types::GetContentModerationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetContentModerationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#get_request_metadata ⇒ Types::GetContentModerationRequestMetadata
Returns the value of attribute get_request_metadata.
-
#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.
-
#moderation_labels ⇒ ::Array[Types::ContentModerationDetection]
Returns the value of attribute moderation_labels.
-
#moderation_model_version ⇒ ::String
Returns the value of attribute moderation_model_version.
-
#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
#get_request_metadata ⇒ Types::GetContentModerationRequestMetadata
Returns the value of attribute get_request_metadata.
896 897 898 |
# File 'sig/types.rbs', line 896 def @get_request_metadata end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
893 894 895 |
# File 'sig/types.rbs', line 893 def job_id @job_id end |
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
887 888 889 |
# File 'sig/types.rbs', line 887 def job_status @job_status end |
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
895 896 897 |
# File 'sig/types.rbs', line 895 def job_tag @job_tag end |
#moderation_labels ⇒ ::Array[Types::ContentModerationDetection]
Returns the value of attribute moderation_labels.
890 891 892 |
# File 'sig/types.rbs', line 890 def moderation_labels @moderation_labels end |
#moderation_model_version ⇒ ::String
Returns the value of attribute moderation_model_version.
892 893 894 |
# File 'sig/types.rbs', line 892 def moderation_model_version @moderation_model_version end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
891 892 893 |
# File 'sig/types.rbs', line 891 def next_token @next_token end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
888 889 890 |
# File 'sig/types.rbs', line 888 def @status_message end |
#video ⇒ Types::Video
Returns the value of attribute video.
894 895 896 |
# File 'sig/types.rbs', line 894 def video @video end |
#video_metadata ⇒ Types::VideoMetadata
Returns the value of attribute video_metadata.
889 890 891 |
# File 'sig/types.rbs', line 889 def @video_metadata end |