Class: Aws::Types::EncodingParametersRequest
- Inherits:
-
Object
- Object
- Aws::Types::EncodingParametersRequest
- 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.
656 657 658 |
# File 'sig/types.rbs', line 656 def compression_factor @compression_factor end |
#encoder_profile ⇒ "main", "high"
Returns the value of attribute encoder_profile.
657 658 659 |
# File 'sig/types.rbs', line 657 def encoder_profile @encoder_profile end |