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)


14369
14370
14371
14372
14373
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 14369

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