Class: Aws::MediaLive::Types::CmafIngestOutputSettings

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

Overview

Cmaf Ingest Output Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#name_modifierString

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

Returns:

  • (String)


13519
13520
13521
13522
13523
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 13519

class CmafIngestOutputSettings < Struct.new(
  :name_modifier)
  SENSITIVE = []
  include Aws::Structure
end