Class: Aws::MediaPackageVod::Types::CreatePackagingConfigurationResponse

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)


654
655
656
657
658
659
660
661
662
663
664
665
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 654

class CreatePackagingConfigurationResponse < 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:



654
655
656
657
658
659
660
661
662
663
664
665
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 654

class CreatePackagingConfigurationResponse < 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:



654
655
656
657
658
659
660
661
662
663
664
665
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 654

class CreatePackagingConfigurationResponse < 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:



654
655
656
657
658
659
660
661
662
663
664
665
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 654

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

#idString

Returns:

  • (String)


654
655
656
657
658
659
660
661
662
663
664
665
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 654

class CreatePackagingConfigurationResponse < 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:



654
655
656
657
658
659
660
661
662
663
664
665
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 654

class CreatePackagingConfigurationResponse < 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)


654
655
656
657
658
659
660
661
662
663
664
665
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 654

class CreatePackagingConfigurationResponse < 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>)


654
655
656
657
658
659
660
661
662
663
664
665
# File 'lib/aws-sdk-mediapackagevod/types.rb', line 654

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