Class: Aws::Types::CreatePackagingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePackagingConfigurationRequest
- 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.
118 119 120 |
# File 'sig/types.rbs', line 118 def cmaf_package @cmaf_package end |
#dash_package ⇒ Types::DashPackage
Returns the value of attribute dash_package.
119 120 121 |
# File 'sig/types.rbs', line 119 def dash_package @dash_package end |
#hls_package ⇒ Types::HlsPackage
Returns the value of attribute hls_package.
120 121 122 |
# File 'sig/types.rbs', line 120 def hls_package @hls_package end |
#id ⇒ ::String
Returns the value of attribute id.
121 122 123 |
# File 'sig/types.rbs', line 121 def id @id end |
#mss_package ⇒ Types::MssPackage
Returns the value of attribute mss_package.
122 123 124 |
# File 'sig/types.rbs', line 122 def mss_package @mss_package end |
#packaging_group_id ⇒ ::String
Returns the value of attribute packaging_group_id.
123 124 125 |
# File 'sig/types.rbs', line 123 def packaging_group_id @packaging_group_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
124 125 126 |
# File 'sig/types.rbs', line 124 def @tags end |