Class: Aws::MediaPackageV2::Types::DashProgramInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::DashProgramInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
Details about the content that you want MediaPackage to pass through in the manifest to the playback device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#copyright ⇒ String
A copyright statement about the content.
-
#language_code ⇒ String
The language code for this manifest.
-
#more_information_url ⇒ String
An absolute URL that contains more information about this content.
-
#source ⇒ String
Information about the content provider.
-
#title ⇒ String
The title for the manifest.
Instance Attribute Details
#copyright ⇒ String
A copyright statement about the content.
1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1354 class DashProgramInformation < Struct.new( :title, :source, :copyright, :language_code, :more_information_url) SENSITIVE = [] include Aws::Structure end |
#language_code ⇒ String
The language code for this manifest.
1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1354 class DashProgramInformation < Struct.new( :title, :source, :copyright, :language_code, :more_information_url) SENSITIVE = [] include Aws::Structure end |
#more_information_url ⇒ String
An absolute URL that contains more information about this content.
1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1354 class DashProgramInformation < Struct.new( :title, :source, :copyright, :language_code, :more_information_url) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
Information about the content provider.
1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1354 class DashProgramInformation < Struct.new( :title, :source, :copyright, :language_code, :more_information_url) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title for the manifest.
1354 1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 1354 class DashProgramInformation < Struct.new( :title, :source, :copyright, :language_code, :more_information_url) SENSITIVE = [] include Aws::Structure end |