Class: Aws::MediaPackageVod::Types::DescribePackagingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageVod::Types::DescribePackagingConfigurationResponse
- 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
826 827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 826 class DescribePackagingConfigurationResponse < 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.
826 827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 826 class DescribePackagingConfigurationResponse < 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
826 827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 826 class DescribePackagingConfigurationResponse < 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.
826 827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 826 class DescribePackagingConfigurationResponse < 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.
826 827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 826 class DescribePackagingConfigurationResponse < 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
826 827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 826 class DescribePackagingConfigurationResponse < 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.
826 827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 826 class DescribePackagingConfigurationResponse < 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
826 827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 826 class DescribePackagingConfigurationResponse < 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
826 827 828 829 830 831 832 833 834 835 836 837 838 |
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 826 class DescribePackagingConfigurationResponse < Struct.new( :arn, :cmaf_package, :created_at, :dash_package, :hls_package, :id, :mss_package, :packaging_group_id, :tags) SENSITIVE = [] include Aws::Structure end |