Class: Aws::Types::GetLowLatencyHlsManifestConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#child_manifest_name::String

Returns the value of attribute child_manifest_name.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def child_manifest_name
  @child_manifest_name
end

#filter_configurationTypes::FilterConfiguration

Returns the value of attribute filter_configuration.



523
524
525
# File 'sig/types.rbs', line 523

def filter_configuration
  @filter_configuration
end

#manifest_name::String

Returns the value of attribute manifest_name.

Returns:

  • (::String)


517
518
519
# File 'sig/types.rbs', line 517

def manifest_name
  @manifest_name
end

#manifest_window_seconds::Integer

Returns the value of attribute manifest_window_seconds.

Returns:

  • (::Integer)


520
521
522
# File 'sig/types.rbs', line 520

def manifest_window_seconds
  @manifest_window_seconds
end

#program_date_time_interval_seconds::Integer

Returns the value of attribute program_date_time_interval_seconds.

Returns:

  • (::Integer)


521
522
523
# File 'sig/types.rbs', line 521

def program_date_time_interval_seconds
  @program_date_time_interval_seconds
end

#scte_hlsTypes::ScteHls

Returns the value of attribute scte_hls.

Returns:



522
523
524
# File 'sig/types.rbs', line 522

def scte_hls
  @scte_hls
end

#start_tagTypes::StartTag

Returns the value of attribute start_tag.

Returns:



524
525
526
# File 'sig/types.rbs', line 524

def start_tag
  @start_tag
end

#uri_path_type"LEAF", "ROOT"

Returns the value of attribute uri_path_type.

Returns:

  • ("LEAF", "ROOT")


526
527
528
# File 'sig/types.rbs', line 526

def uri_path_type
  @uri_path_type
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def url
  @url
end

#url_encode_child_manifestBoolean

Returns the value of attribute url_encode_child_manifest.

Returns:

  • (Boolean)


525
526
527
# File 'sig/types.rbs', line 525

def url_encode_child_manifest
  @url_encode_child_manifest
end