Class: Aws::Types::OutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::OutputConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Clipping, ContextualMetadata, Cropping, Subtitling, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#clipping ⇒ Types::ClippingConfig
Returns the value of attribute clipping.
-
#contextual_metadata ⇒ Types::ContextualMetadataConfig
Returns the value of attribute contextual_metadata.
-
#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.
315 316 317 |
# File 'sig/types.rbs', line 315 def clipping @clipping end |
#contextual_metadata ⇒ Types::ContextualMetadataConfig
Returns the value of attribute contextual_metadata.
317 318 319 |
# File 'sig/types.rbs', line 317 def @contextual_metadata end |
#cropping ⇒ Types::CroppingConfig
Returns the value of attribute cropping.
314 315 316 |
# File 'sig/types.rbs', line 314 def cropping @cropping end |
#subtitling ⇒ Types::SubtitlingConfig
Returns the value of attribute subtitling.
316 317 318 |
# File 'sig/types.rbs', line 316 def subtitling @subtitling end |
#unknown ⇒ Object
Returns the value of attribute unknown.
318 319 320 |
# File 'sig/types.rbs', line 318 def unknown @unknown end |