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)


1803
1804
1805
1806
1807
1808
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1803

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

#urlString

The egress domain URL for stream delivery from MediaPackage.

Returns:

  • (String)


1803
1804
1805
1806
1807
1808
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 1803

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