Class: Aws::Types::Output
- Inherits:
-
Object
- Object
- Aws::Types::Output
- 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::CaptionDescription]
Returns the value of attribute caption_descriptions.
-
#container_settings ⇒ Types::ContainerSettings
Returns the value of attribute container_settings.
-
#extension ⇒ ::String
Returns the value of attribute extension.
-
#name_modifier ⇒ ::String
Returns the value of attribute name_modifier.
-
#output_settings ⇒ Types::OutputSettings
Returns the value of attribute output_settings.
-
#preset ⇒ ::String
Returns the value of attribute preset.
-
#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.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def audio_descriptions @audio_descriptions end |
#caption_descriptions ⇒ ::Array[Types::CaptionDescription]
Returns the value of attribute caption_descriptions.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def caption_descriptions @caption_descriptions end |
#container_settings ⇒ Types::ContainerSettings
Returns the value of attribute container_settings.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def container_settings @container_settings end |
#extension ⇒ ::String
Returns the value of attribute extension.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def extension @extension end |
#name_modifier ⇒ ::String
Returns the value of attribute name_modifier.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def name_modifier @name_modifier end |
#output_settings ⇒ Types::OutputSettings
Returns the value of attribute output_settings.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def output_settings @output_settings end |
#preset ⇒ ::String
Returns the value of attribute preset.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def preset @preset end |
#video_description ⇒ Types::VideoDescription
Returns the value of attribute video_description.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def video_description @video_description end |