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.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def audio_descriptions @audio_descriptions end |
#caption_descriptions ⇒ ::Array[Types::CaptionDescriptionPreset]
Returns the value of attribute caption_descriptions.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def caption_descriptions @caption_descriptions end |
#container_settings ⇒ Types::ContainerSettings
Returns the value of attribute container_settings.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def container_settings @container_settings end |
#video_description ⇒ Types::VideoDescription
Returns the value of attribute video_description.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def video_description @video_description end |