Class: Aws::Types::ClipLimits
- Inherits:
-
Object
- Object
- Aws::Types::ClipLimits
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#maximum_rgb_tolerance ⇒ ::Integer
Returns the value of attribute maximum_rgb_tolerance.
-
#maximum_yuv ⇒ ::Integer
Returns the value of attribute maximum_yuv.
-
#minimum_rgb_tolerance ⇒ ::Integer
Returns the value of attribute minimum_rgb_tolerance.
-
#minimum_yuv ⇒ ::Integer
Returns the value of attribute minimum_yuv.
Instance Attribute Details
#maximum_rgb_tolerance ⇒ ::Integer
Returns the value of attribute maximum_rgb_tolerance.
378 379 380 |
# File 'sig/types.rbs', line 378 def maximum_rgb_tolerance @maximum_rgb_tolerance end |
#maximum_yuv ⇒ ::Integer
Returns the value of attribute maximum_yuv.
379 380 381 |
# File 'sig/types.rbs', line 379 def maximum_yuv @maximum_yuv end |
#minimum_rgb_tolerance ⇒ ::Integer
Returns the value of attribute minimum_rgb_tolerance.
380 381 382 |
# File 'sig/types.rbs', line 380 def minimum_rgb_tolerance @minimum_rgb_tolerance end |
#minimum_yuv ⇒ ::Integer
Returns the value of attribute minimum_yuv.
381 382 383 |
# File 'sig/types.rbs', line 381 def minimum_yuv @minimum_yuv end |