Class: Aws::MediaPackageVod::Types::CreatePackagingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::CreatePackagingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagevod/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
-
#cmaf_package ⇒ Types::CmafPackage
A CMAF packaging configuration.
- #created_at ⇒ String
-
#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
#arn ⇒ String
475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 475 class CreatePackagingConfigurationResponse < 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.
475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 475 class CreatePackagingConfigurationResponse < 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
475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 475 class CreatePackagingConfigurationResponse < 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.
475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 475 class CreatePackagingConfigurationResponse < 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.
475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 475 class CreatePackagingConfigurationResponse < 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
475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 475 class CreatePackagingConfigurationResponse < 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.
475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 475 class CreatePackagingConfigurationResponse < 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
475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 475 class CreatePackagingConfigurationResponse < 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
475 476 477 478 479 480 481 482 483 484 485 486 487 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 475 class CreatePackagingConfigurationResponse < Struct.new( :arn, :cmaf_package, :created_at, :dash_package, :hls_package, :id, :mss_package, :packaging_group_id, :tags) SENSITIVE = [] include Aws::Structure end |