Class: Aws::MediaPackageV2::Types::HarvestedDashManifest

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

Overview

Information about a harvested DASH manifest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#manifest_nameString

The name of the harvested DASH manifest.

Returns:

  • (String)


2275
2276
2277
2278
2279
# File 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 2275

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