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.
251 252 253 |
# File 'sig/types.rbs', line 251 def clipping @clipping end |
#cropping ⇒ Types::CroppingConfig
Returns the value of attribute cropping.
250 251 252 |
# File 'sig/types.rbs', line 250 def cropping @cropping end |
#subtitling ⇒ Types::SubtitlingConfig
Returns the value of attribute subtitling.
252 253 254 |
# File 'sig/types.rbs', line 252 def subtitling @subtitling end |
#unknown ⇒ Object
Returns the value of attribute unknown.
253 254 255 |
# File 'sig/types.rbs', line 253 def unknown @unknown end |