Class: Aws::MediaPackageV2::Types::ListDashManifestConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::ListDashManifestConfiguration
- 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
-
#manifest_name ⇒ String
A short string that's appended to the endpoint URL.
-
#url ⇒ String
The egress domain URL for stream delivery from MediaPackage.
Instance Attribute Details
#manifest_name ⇒ String
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.
2443 2444 2445 2446 2447 2448 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2443 class ListDashManifestConfiguration < Struct.new( :manifest_name, :url) SENSITIVE = [] include Aws::Structure end |
#url ⇒ String
The egress domain URL for stream delivery from MediaPackage.
2443 2444 2445 2446 2447 2448 |
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2443 class ListDashManifestConfiguration < Struct.new( :manifest_name, :url) SENSITIVE = [] include Aws::Structure end |