Class: Aws::Types::ListLowLatencyHlsManifestConfiguration

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)


705
706
707
# File 'sig/types.rbs', line 705

def child_manifest_name
  @child_manifest_name
end

#manifest_name::String

Returns the value of attribute manifest_name.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def manifest_name
  @manifest_name
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


706
707
708
# File 'sig/types.rbs', line 706

def url
  @url
end