Class: Aws::Types::ImageQuality
- Inherits:
-
Object
- Object
- Aws::Types::ImageQuality
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#brightness ⇒ ::Float
Returns the value of attribute brightness.
-
#sharpness ⇒ ::Float
Returns the value of attribute sharpness.
Instance Attribute Details
#brightness ⇒ ::Float
Returns the value of attribute brightness.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def brightness @brightness end |
#sharpness ⇒ ::Float
Returns the value of attribute sharpness.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def sharpness @sharpness end |