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.
370 371 372 |
# File 'sig/types.rbs', line 370 def maximum_rgb_tolerance @maximum_rgb_tolerance end |
#maximum_yuv ⇒ ::Integer
Returns the value of attribute maximum_yuv.
371 372 373 |
# File 'sig/types.rbs', line 371 def maximum_yuv @maximum_yuv end |
#minimum_rgb_tolerance ⇒ ::Integer
Returns the value of attribute minimum_rgb_tolerance.
372 373 374 |
# File 'sig/types.rbs', line 372 def minimum_rgb_tolerance @minimum_rgb_tolerance end |
#minimum_yuv ⇒ ::Integer
Returns the value of attribute minimum_yuv.
373 374 375 |
# File 'sig/types.rbs', line 373 def minimum_yuv @minimum_yuv end |