Class: Aws::Types::PresetSettings

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:



2102
2103
2104
# File 'sig/types.rbs', line 2102

def audio_descriptions
  @audio_descriptions
end

#caption_descriptions::Array[Types::CaptionDescriptionPreset]

Returns the value of attribute caption_descriptions.

Returns:



2103
2104
2105
# File 'sig/types.rbs', line 2103

def caption_descriptions
  @caption_descriptions
end

#container_settingsTypes::ContainerSettings

Returns the value of attribute container_settings.



2104
2105
2106
# File 'sig/types.rbs', line 2104

def container_settings
  @container_settings
end

#video_descriptionTypes::VideoDescription

Returns the value of attribute video_description.



2105
2106
2107
# File 'sig/types.rbs', line 2105

def video_description
  @video_description
end