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:



2123
2124
2125
# File 'sig/types.rbs', line 2123

def audio_descriptions
  @audio_descriptions
end

#caption_descriptions::Array[Types::CaptionDescriptionPreset]

Returns the value of attribute caption_descriptions.

Returns:



2124
2125
2126
# File 'sig/types.rbs', line 2124

def caption_descriptions
  @caption_descriptions
end

#container_settingsTypes::ContainerSettings

Returns the value of attribute container_settings.



2125
2126
2127
# File 'sig/types.rbs', line 2125

def container_settings
  @container_settings
end

#video_descriptionTypes::VideoDescription

Returns the value of attribute video_description.



2126
2127
2128
# File 'sig/types.rbs', line 2126

def video_description
  @video_description
end