Class: Aws::Types::DescribePackagingConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePackagingConfigurationResponse
- 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.
234 235 236 |
# File 'sig/types.rbs', line 234 def arn @arn end |
#cmaf_package ⇒ Types::CmafPackage
Returns the value of attribute cmaf_package.
235 236 237 |
# File 'sig/types.rbs', line 235 def cmaf_package @cmaf_package end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
236 237 238 |
# File 'sig/types.rbs', line 236 def created_at @created_at end |
#dash_package ⇒ Types::DashPackage
Returns the value of attribute dash_package.
237 238 239 |
# File 'sig/types.rbs', line 237 def dash_package @dash_package end |
#hls_package ⇒ Types::HlsPackage
Returns the value of attribute hls_package.
238 239 240 |
# File 'sig/types.rbs', line 238 def hls_package @hls_package end |
#id ⇒ ::String
Returns the value of attribute id.
239 240 241 |
# File 'sig/types.rbs', line 239 def id @id end |
#mss_package ⇒ Types::MssPackage
Returns the value of attribute mss_package.
240 241 242 |
# File 'sig/types.rbs', line 240 def mss_package @mss_package end |
#packaging_group_id ⇒ ::String
Returns the value of attribute packaging_group_id.
241 242 243 |
# File 'sig/types.rbs', line 241 def packaging_group_id @packaging_group_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
242 243 244 |
# File 'sig/types.rbs', line 242 def @tags end |