Class: Aws::Types::OutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::OutputConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Clipping, Cropping, Subtitling, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#clipping ⇒ Types::ClippingConfig
Returns the value of attribute clipping.
-
#cropping ⇒ Types::CroppingConfig
Returns the value of attribute cropping.
-
#subtitling ⇒ Types::SubtitlingConfig
Returns the value of attribute subtitling.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#clipping ⇒ Types::ClippingConfig
Returns the value of attribute clipping.
278 279 280 |
# File 'sig/types.rbs', line 278 def clipping @clipping end |
#cropping ⇒ Types::CroppingConfig
Returns the value of attribute cropping.
277 278 279 |
# File 'sig/types.rbs', line 277 def cropping @cropping end |
#subtitling ⇒ Types::SubtitlingConfig
Returns the value of attribute subtitling.
279 280 281 |
# File 'sig/types.rbs', line 279 def subtitling @subtitling end |
#unknown ⇒ Object
Returns the value of attribute unknown.
280 281 282 |
# File 'sig/types.rbs', line 280 def unknown @unknown end |