Class: Aws::Types::PresetSettings
- Inherits:
-
Object
- Object
- Aws::Types::PresetSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_descriptions ⇒ ::Array[Types::AudioDescription]
Returns the value of attribute audio_descriptions.
-
#caption_descriptions ⇒ ::Array[Types::CaptionDescriptionPreset]
Returns the value of attribute caption_descriptions.
-
#container_settings ⇒ Types::ContainerSettings
Returns the value of attribute container_settings.
-
#video_description ⇒ Types::VideoDescription
Returns the value of attribute video_description.
Instance Attribute Details
#audio_descriptions ⇒ ::Array[Types::AudioDescription]
Returns the value of attribute audio_descriptions.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def audio_descriptions @audio_descriptions end |
#caption_descriptions ⇒ ::Array[Types::CaptionDescriptionPreset]
Returns the value of attribute caption_descriptions.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def caption_descriptions @caption_descriptions end |
#container_settings ⇒ Types::ContainerSettings
Returns the value of attribute container_settings.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def container_settings @container_settings end |
#video_description ⇒ Types::VideoDescription
Returns the value of attribute video_description.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def video_description @video_description end |