Class: Aws::Types::ContentModerationDetection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_types::Array[Types::ContentType]

Returns the value of attribute content_types.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


179
180
181
# File 'sig/types.rbs', line 179

def end_timestamp_millis
  @end_timestamp_millis
end

#moderation_labelTypes::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.

Returns:

  • (::Integer)


178
179
180
# File 'sig/types.rbs', line 178

def start_timestamp_millis
  @start_timestamp_millis
end

#timestamp::Integer

Returns the value of attribute timestamp.

Returns:

  • (::Integer)


176
177
178
# File 'sig/types.rbs', line 176

def timestamp
  @timestamp
end