Class: Aws::Types::PackagingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PackagingConfiguration
- 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.
389 390 391 |
# File 'sig/types.rbs', line 389 def arn @arn end |
#cmaf_package ⇒ Types::CmafPackage
Returns the value of attribute cmaf_package.
390 391 392 |
# File 'sig/types.rbs', line 390 def cmaf_package @cmaf_package end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
391 392 393 |
# File 'sig/types.rbs', line 391 def created_at @created_at end |
#dash_package ⇒ Types::DashPackage
Returns the value of attribute dash_package.
392 393 394 |
# File 'sig/types.rbs', line 392 def dash_package @dash_package end |
#hls_package ⇒ Types::HlsPackage
Returns the value of attribute hls_package.
393 394 395 |
# File 'sig/types.rbs', line 393 def hls_package @hls_package end |
#id ⇒ ::String
Returns the value of attribute id.
394 395 396 |
# File 'sig/types.rbs', line 394 def id @id end |
#mss_package ⇒ Types::MssPackage
Returns the value of attribute mss_package.
395 396 397 |
# File 'sig/types.rbs', line 395 def mss_package @mss_package end |
#packaging_group_id ⇒ ::String
Returns the value of attribute packaging_group_id.
396 397 398 |
# File 'sig/types.rbs', line 396 def packaging_group_id @packaging_group_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
397 398 399 |
# File 'sig/types.rbs', line 397 def @tags end |