Class: Aws::MediaLive::Types::HlsId3SegmentTaggingScheduleActionSettings

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

Overview

Note:

When making an API call, you may pass HlsId3SegmentTaggingScheduleActionSettings data as a hash:

{
  tag: "__string", # required
}

Settings for the action to insert a user-defined ID3 tag in each HLS segment

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagString

ID3 tag to insert into each segment. Supports special keyword identifiers to substitute in segment-related values.\nSupported keyword identifiers: docs.aws.amazon.com/medialive/latest/ug/variable-data-identifiers.html

Returns:

  • (String)


9330
9331
9332
9333
9334
# File 'lib/aws-sdk-medialive/types.rb', line 9330

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