Class: Aws::MediaPackageVod::Types::PackagingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::PackagingConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
A MediaPackage VOD PackagingConfiguration resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the PackagingConfiguration.
-
#cmaf_package ⇒ Types::CmafPackage
A CMAF packaging configuration.
-
#created_at ⇒ String
The time the PackagingConfiguration was created.
-
#dash_package ⇒ Types::DashPackage
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
-
#hls_package ⇒ Types::HlsPackage
An HTTP Live Streaming (HLS) packaging configuration.
-
#id ⇒ String
The ID of the PackagingConfiguration.
-
#mss_package ⇒ Types::MssPackage
A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
-
#packaging_group_id ⇒ String
The ID of a PackagingGroup.
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#arn ⇒ String
The ARN of the PackagingConfiguration.
1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1334 class PackagingConfiguration < Struct.new( :arn, :cmaf_package, :created_at, :dash_package, :hls_package, :id, :mss_package, :packaging_group_id, :tags) SENSITIVE = [] include Aws::Structure end |
#cmaf_package ⇒ Types::CmafPackage
A CMAF packaging configuration.
1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1334 class PackagingConfiguration < Struct.new( :arn, :cmaf_package, :created_at, :dash_package, :hls_package, :id, :mss_package, :packaging_group_id, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ String
The time the PackagingConfiguration was created.
1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1334 class PackagingConfiguration < Struct.new( :arn, :cmaf_package, :created_at, :dash_package, :hls_package, :id, :mss_package, :packaging_group_id, :tags) SENSITIVE = [] include Aws::Structure end |
#dash_package ⇒ Types::DashPackage
A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.
1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1334 class PackagingConfiguration < Struct.new( :arn, :cmaf_package, :created_at, :dash_package, :hls_package, :id, :mss_package, :packaging_group_id, :tags) SENSITIVE = [] include Aws::Structure end |
#hls_package ⇒ Types::HlsPackage
An HTTP Live Streaming (HLS) packaging configuration.
1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1334 class PackagingConfiguration < Struct.new( :arn, :cmaf_package, :created_at, :dash_package, :hls_package, :id, :mss_package, :packaging_group_id, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the PackagingConfiguration.
1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1334 class PackagingConfiguration < Struct.new( :arn, :cmaf_package, :created_at, :dash_package, :hls_package, :id, :mss_package, :packaging_group_id, :tags) SENSITIVE = [] include Aws::Structure end |
#mss_package ⇒ Types::MssPackage
A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1334 class PackagingConfiguration < Struct.new( :arn, :cmaf_package, :created_at, :dash_package, :hls_package, :id, :mss_package, :packaging_group_id, :tags) SENSITIVE = [] include Aws::Structure end |
#packaging_group_id ⇒ String
The ID of a PackagingGroup.
1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1334 class PackagingConfiguration < Struct.new( :arn, :cmaf_package, :created_at, :dash_package, :hls_package, :id, :mss_package, :packaging_group_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource
1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1334 class PackagingConfiguration < Struct.new( :arn, :cmaf_package, :created_at, :dash_package, :hls_package, :id, :mss_package, :packaging_group_id, :tags) SENSITIVE = [] include Aws::Structure end |