Class: Aws::MediaPackageV2::Types::ListDashManifestConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb

Overview

List the DASH manifest configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#manifest_nameString

A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index.

Returns:

  • (String)


1903
1904
1905
1906
1907
1908
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1903

class ListDashManifestConfiguration < Struct.new(
  :manifest_name,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The egress domain URL for stream delivery from MediaPackage.

Returns:

  • (String)


1903
1904
1905
1906
1907
1908
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1903

class ListDashManifestConfiguration < Struct.new(
  :manifest_name,
  :url)
  SENSITIVE = []
  include Aws::Structure
end