Class: Aws::Types::ListHlsManifestConfiguration

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)


698
699
700
# File 'sig/types.rbs', line 698

def child_manifest_name
  @child_manifest_name
end

#manifest_name::String

Returns the value of attribute manifest_name.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def manifest_name
  @manifest_name
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def url
  @url
end