Class: Aws::MediaPackageVod::Types::CreatePackagingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::CreatePackagingConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cmaf_package ⇒ Types::CmafPackage
A CMAF packaging configuration.
-
#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
-
#mss_package ⇒ Types::MssPackage
A Microsoft Smooth Streaming (MSS) PackagingConfiguration.
- #packaging_group_id ⇒ String
-
#tags ⇒ Hash<String,String>
A collection of tags associated with a resource.
Instance Attribute Details
#cmaf_package ⇒ Types::CmafPackage
A CMAF packaging configuration.
428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 428 class CreatePackagingConfigurationRequest < Struct.new( :cmaf_package, :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.
428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 428 class CreatePackagingConfigurationRequest < Struct.new( :cmaf_package, :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.
428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 428 class CreatePackagingConfigurationRequest < Struct.new( :cmaf_package, :dash_package, :hls_package, :id, :mss_package, :packaging_group_id, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 428 class CreatePackagingConfigurationRequest < Struct.new( :cmaf_package, :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.
428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 428 class CreatePackagingConfigurationRequest < Struct.new( :cmaf_package, :dash_package, :hls_package, :id, :mss_package, :packaging_group_id, :tags) SENSITIVE = [] include Aws::Structure end |
#packaging_group_id ⇒ String
428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 428 class CreatePackagingConfigurationRequest < Struct.new( :cmaf_package, :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
428 429 430 431 432 433 434 435 436 437 438 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 428 class CreatePackagingConfigurationRequest < Struct.new( :cmaf_package, :dash_package, :hls_package, :id, :mss_package, :packaging_group_id, :tags) SENSITIVE = [] include Aws::Structure end |