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.
2039 2040 2041 |
# File 'sig/types.rbs', line 2039 def audio_descriptions @audio_descriptions end |
#caption_descriptions ⇒ ::Array[Types::CaptionDescription]
Returns the value of attribute caption_descriptions.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def caption_descriptions @caption_descriptions end |
#container_settings ⇒ Types::ContainerSettings
Returns the value of attribute container_settings.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def container_settings @container_settings end |
#extension ⇒ ::String
Returns the value of attribute extension.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def extension @extension end |
#name_modifier ⇒ ::String
Returns the value of attribute name_modifier.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def name_modifier @name_modifier end |
#output_settings ⇒ Types::OutputSettings
Returns the value of attribute output_settings.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def output_settings @output_settings end |
#preset ⇒ ::String
Returns the value of attribute preset.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def preset @preset end |
#video_description ⇒ Types::VideoDescription
Returns the value of attribute video_description.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def video_description @video_description end |