Class: Aws::Types::ContentModerationDetection
- Inherits:
-
Object
- Object
- Aws::Types::ContentModerationDetection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_types ⇒ ::Array[Types::ContentType]
Returns the value of attribute content_types.
-
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
-
#end_timestamp_millis ⇒ ::Integer
Returns the value of attribute end_timestamp_millis.
-
#moderation_label ⇒ Types::ModerationLabel
Returns the value of attribute moderation_label.
-
#start_timestamp_millis ⇒ ::Integer
Returns the value of attribute start_timestamp_millis.
-
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
Instance Attribute Details
#content_types ⇒ ::Array[Types::ContentType]
Returns the value of attribute content_types.
181 182 183 |
# File 'sig/types.rbs', line 181 def content_types @content_types end |
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
180 181 182 |
# File 'sig/types.rbs', line 180 def duration_millis @duration_millis end |
#end_timestamp_millis ⇒ ::Integer
Returns the value of attribute end_timestamp_millis.
179 180 181 |
# File 'sig/types.rbs', line 179 def @end_timestamp_millis end |
#moderation_label ⇒ Types::ModerationLabel
Returns the value of attribute moderation_label.
177 178 179 |
# File 'sig/types.rbs', line 177 def moderation_label @moderation_label end |
#start_timestamp_millis ⇒ ::Integer
Returns the value of attribute start_timestamp_millis.
178 179 180 |
# File 'sig/types.rbs', line 178 def @start_timestamp_millis end |
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
176 177 178 |
# File 'sig/types.rbs', line 176 def @timestamp end |