Class: Aws::Types::Output

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_descriptions::Array[Types::AudioDescription]

Returns the value of attribute audio_descriptions.

Returns:



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.

Returns:



2019
2020
2021
# File 'sig/types.rbs', line 2019

def caption_descriptions
  @caption_descriptions
end

#container_settingsTypes::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.

Returns:

  • (::String)


2021
2022
2023
# File 'sig/types.rbs', line 2021

def extension
  @extension
end

#name_modifier::String

Returns the value of attribute name_modifier.

Returns:

  • (::String)


2022
2023
2024
# File 'sig/types.rbs', line 2022

def name_modifier
  @name_modifier
end

#output_settingsTypes::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.

Returns:

  • (::String)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def preset
  @preset
end

#video_descriptionTypes::VideoDescription

Returns the value of attribute video_description.



2025
2026
2027
# File 'sig/types.rbs', line 2025

def video_description
  @video_description
end