Class: Aws::Types::Output
- Inherits:
-
Object
- Object
- Aws::Types::Output
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_description_names ⇒ ::Array[::String]
Returns the value of attribute audio_description_names.
-
#caption_description_names ⇒ ::Array[::String]
Returns the value of attribute caption_description_names.
-
#output_name ⇒ ::String
Returns the value of attribute output_name.
-
#output_settings ⇒ Types::OutputSettings
Returns the value of attribute output_settings.
-
#video_description_name ⇒ ::String
Returns the value of attribute video_description_name.
Instance Attribute Details
#audio_description_names ⇒ ::Array[::String]
Returns the value of attribute audio_description_names.
2583 2584 2585 |
# File 'sig/types.rbs', line 2583 def audio_description_names @audio_description_names end |
#caption_description_names ⇒ ::Array[::String]
Returns the value of attribute caption_description_names.
2584 2585 2586 |
# File 'sig/types.rbs', line 2584 def caption_description_names @caption_description_names end |
#output_name ⇒ ::String
Returns the value of attribute output_name.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def output_name @output_name end |
#output_settings ⇒ Types::OutputSettings
Returns the value of attribute output_settings.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def output_settings @output_settings end |
#video_description_name ⇒ ::String
Returns the value of attribute video_description_name.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def video_description_name @video_description_name end |