Class: Aws::MediaLive::Types::ArchiveOutputSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Archive Output Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_settingsTypes::ArchiveContainerSettings

Settings specific to the container type of the file.



276
277
278
279
280
281
282
# File 'lib/aws-sdk-medialive/types.rb', line 276

class ArchiveOutputSettings < Struct.new(
  :container_settings,
  :extension,
  :name_modifier)
  SENSITIVE = []
  include Aws::Structure
end

#extensionString

Output file extension. If excluded, this will be auto-selected from the container type.

Returns:

  • (String)


276
277
278
279
280
281
282
# File 'lib/aws-sdk-medialive/types.rb', line 276

class ArchiveOutputSettings < Struct.new(
  :container_settings,
  :extension,
  :name_modifier)
  SENSITIVE = []
  include Aws::Structure
end

#name_modifierString

String concatenated to the end of the destination filename. Required for multiple outputs of the same type.

Returns:

  • (String)


276
277
278
279
280
281
282
# File 'lib/aws-sdk-medialive/types.rb', line 276

class ArchiveOutputSettings < Struct.new(
  :container_settings,
  :extension,
  :name_modifier)
  SENSITIVE = []
  include Aws::Structure
end