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:



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.

Returns:



2040
2041
2042
# File 'sig/types.rbs', line 2040

def caption_descriptions
  @caption_descriptions
end

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

Returns:

  • (::String)


2042
2043
2044
# File 'sig/types.rbs', line 2042

def extension
  @extension
end

#name_modifier::String

Returns the value of attribute name_modifier.

Returns:

  • (::String)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def name_modifier
  @name_modifier
end

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

Returns:

  • (::String)


2045
2046
2047
# File 'sig/types.rbs', line 2045

def preset
  @preset
end

#video_descriptionTypes::VideoDescription

Returns the value of attribute video_description.



2046
2047
2048
# File 'sig/types.rbs', line 2046

def video_description
  @video_description
end