Class: Aws::Types::HlsManifest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#ad_markers"NONE", ...

Returns the value of attribute ad_markers.



340
341
342
# File 'sig/types.rbs', line 340

def ad_markers
  @ad_markers
end

#id::String

Returns the value of attribute id.



341
342
343
# File 'sig/types.rbs', line 341

def id
  @id
end

#include_iframe_only_streamBoolean

Returns the value of attribute include_iframe_only_stream.



342
343
344
# File 'sig/types.rbs', line 342

def include_iframe_only_stream
  @include_iframe_only_stream
end

#manifest_name::String

Returns the value of attribute manifest_name.



343
344
345
# File 'sig/types.rbs', line 343

def manifest_name
  @manifest_name
end

#playlist_type"NONE", ...

Returns the value of attribute playlist_type.



344
345
346
# File 'sig/types.rbs', line 344

def playlist_type
  @playlist_type
end

#playlist_window_seconds::Integer

Returns the value of attribute playlist_window_seconds.



345
346
347
# File 'sig/types.rbs', line 345

def playlist_window_seconds
  @playlist_window_seconds
end

#program_date_time_interval_seconds::Integer

Returns the value of attribute program_date_time_interval_seconds.



346
347
348
# File 'sig/types.rbs', line 346

def program_date_time_interval_seconds
  @program_date_time_interval_seconds
end

#url::String

Returns the value of attribute url.



347
348
349
# File 'sig/types.rbs', line 347

def url
  @url
end