Class: Aws::Types::EncodingParameters
- Inherits:
-
Object
- Object
- Aws::Types::EncodingParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compression_factor ⇒ ::Float
Returns the value of attribute compression_factor.
-
#encoder_profile ⇒ "main", "high"
Returns the value of attribute encoder_profile.
Instance Attribute Details
#compression_factor ⇒ ::Float
Returns the value of attribute compression_factor.
650 651 652 |
# File 'sig/types.rbs', line 650 def compression_factor @compression_factor end |
#encoder_profile ⇒ "main", "high"
Returns the value of attribute encoder_profile.
651 652 653 |
# File 'sig/types.rbs', line 651 def encoder_profile @encoder_profile end |