Class: Aws::Types::VideoMonitoringSetting
- Inherits:
-
Object
- Object
- Aws::Types::VideoMonitoringSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#black_frames ⇒ Types::BlackFrames
Returns the value of attribute black_frames.
-
#frozen_frames ⇒ Types::FrozenFrames
Returns the value of attribute frozen_frames.
Instance Attribute Details
#black_frames ⇒ Types::BlackFrames
Returns the value of attribute black_frames.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def black_frames @black_frames end |
#frozen_frames ⇒ Types::FrozenFrames
Returns the value of attribute frozen_frames.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def frozen_frames @frozen_frames end |