Class: Aws::MediaLive::Types::HlsTimedMetadataScheduleActionSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::HlsTimedMetadataScheduleActionSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Settings for the action to emit HLS metadata
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_3 ⇒ String
Base64 string formatted according to the ID3 specification: id3.org/id3v2.4.0-structure.
Instance Attribute Details
#id_3 ⇒ String
Base64 string formatted according to the ID3 specification: id3.org/id3v2.4.0-structure
6365 6366 6367 6368 6369 |
# File 'lib/aws-sdk-medialive/types.rb', line 6365 class HlsTimedMetadataScheduleActionSettings < Struct.new( :id_3) SENSITIVE = [] include Aws::Structure end |