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_description_names::Array[::String]

Returns the value of attribute audio_description_names.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


2581
2582
2583
# File 'sig/types.rbs', line 2581

def output_name
  @output_name
end

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

Returns:

  • (::String)


2583
2584
2585
# File 'sig/types.rbs', line 2583

def video_description_name
  @video_description_name
end