Class: Aws::MediaPackageVod::Types::DescribePackagingConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediapackagevod/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1102

class DescribePackagingConfigurationResponse < Struct.new(
  :arn,
  :cmaf_package,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#cmaf_packageTypes::CmafPackage

A CMAF packaging configuration.

Returns:



1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1102

class DescribePackagingConfigurationResponse < Struct.new(
  :arn,
  :cmaf_package,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#dash_packageTypes::DashPackage

A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.

Returns:



1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1102

class DescribePackagingConfigurationResponse < Struct.new(
  :arn,
  :cmaf_package,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hls_packageTypes::HlsPackage

An HTTP Live Streaming (HLS) packaging configuration.

Returns:



1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1102

class DescribePackagingConfigurationResponse < Struct.new(
  :arn,
  :cmaf_package,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1102

class DescribePackagingConfigurationResponse < Struct.new(
  :arn,
  :cmaf_package,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#mss_packageTypes::MssPackage

A Microsoft Smooth Streaming (MSS) PackagingConfiguration.

Returns:



1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1102

class DescribePackagingConfigurationResponse < Struct.new(
  :arn,
  :cmaf_package,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#packaging_group_idString

Returns:

  • (String)


1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1102

class DescribePackagingConfigurationResponse < Struct.new(
  :arn,
  :cmaf_package,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of tags associated with a resource

Returns:

  • (Hash<String,String>)


1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 1102

class DescribePackagingConfigurationResponse < Struct.new(
  :arn,
  :cmaf_package,
  :dash_package,
  :hls_package,
  :id,
  :mss_package,
  :packaging_group_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end