Class: Aws::Types::CreatePackagingConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePackagingConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cmaf_package ⇒ Types::CmafPackage
Returns the value of attribute cmaf_package.
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
129 130 131 |
# File 'sig/types.rbs', line 129 def arn @arn end |
#cmaf_package ⇒ Types::CmafPackage
Returns the value of attribute cmaf_package.
130 131 132 |
# File 'sig/types.rbs', line 130 def cmaf_package @cmaf_package end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
131 132 133 |
# File 'sig/types.rbs', line 131 def created_at @created_at end |
#dash_package ⇒ Types::DashPackage
Returns the value of attribute dash_package.
132 133 134 |
# File 'sig/types.rbs', line 132 def dash_package @dash_package end |
#hls_package ⇒ Types::HlsPackage
Returns the value of attribute hls_package.
133 134 135 |
# File 'sig/types.rbs', line 133 def hls_package @hls_package end |
#id ⇒ ::String
Returns the value of attribute id.
134 135 136 |
# File 'sig/types.rbs', line 134 def id @id end |
#mss_package ⇒ Types::MssPackage
Returns the value of attribute mss_package.
135 136 137 |
# File 'sig/types.rbs', line 135 def mss_package @mss_package end |
#packaging_group_id ⇒ ::String
Returns the value of attribute packaging_group_id.
136 137 138 |
# File 'sig/types.rbs', line 136 def packaging_group_id @packaging_group_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
137 138 139 |
# File 'sig/types.rbs', line 137 def @tags end |