Class: Aws::Types::PackagingConfigurationCreateParameters
- Inherits:
-
Object
- Object
- Aws::Types::PackagingConfigurationCreateParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cmaf_package ⇒ Types::CmafPackage
Returns the value of attribute cmaf_package.
-
#dash_package ⇒ Types::DashPackage
Returns the value of attribute dash_package.
-
#hls_package ⇒ Types::HlsPackage
Returns the value of attribute hls_package.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#mss_package ⇒ Types::MssPackage
Returns the value of attribute mss_package.
-
#packaging_group_id ⇒ ::String
Returns the value of attribute packaging_group_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cmaf_package ⇒ Types::CmafPackage
Returns the value of attribute cmaf_package.
402 403 404 |
# File 'sig/types.rbs', line 402 def cmaf_package @cmaf_package end |
#dash_package ⇒ Types::DashPackage
Returns the value of attribute dash_package.
403 404 405 |
# File 'sig/types.rbs', line 403 def dash_package @dash_package end |
#hls_package ⇒ Types::HlsPackage
Returns the value of attribute hls_package.
404 405 406 |
# File 'sig/types.rbs', line 404 def hls_package @hls_package end |
#id ⇒ ::String
Returns the value of attribute id.
405 406 407 |
# File 'sig/types.rbs', line 405 def id @id end |
#mss_package ⇒ Types::MssPackage
Returns the value of attribute mss_package.
406 407 408 |
# File 'sig/types.rbs', line 406 def mss_package @mss_package end |
#packaging_group_id ⇒ ::String
Returns the value of attribute packaging_group_id.
407 408 409 |
# File 'sig/types.rbs', line 407 def packaging_group_id @packaging_group_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
408 409 410 |
# File 'sig/types.rbs', line 408 def @tags end |