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.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def audio_description_names @audio_description_names end |
#caption_description_names ⇒ ::Array[::String]
Returns the value of attribute caption_description_names.
2580 2581 2582 |
# File 'sig/types.rbs', line 2580 def caption_description_names @caption_description_names end |
#output_name ⇒ ::String
Returns the value of attribute output_name.
2581 2582 2583 |
# File 'sig/types.rbs', line 2581 def output_name @output_name end |
#output_settings ⇒ Types::OutputSettings
Returns the value of attribute output_settings.
2582 2583 2584 |
# File 'sig/types.rbs', line 2582 def output_settings @output_settings end |
#video_description_name ⇒ ::String
Returns the value of attribute video_description_name.
2583 2584 2585 |
# File 'sig/types.rbs', line 2583 def video_description_name @video_description_name end |