Class: Aws::Types::CmafPackage
- Inherits:
-
Object
- Object
- Aws::Types::CmafPackage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption ⇒ Types::CmafEncryption
Returns the value of attribute encryption.
-
#hls_manifests ⇒ ::Array[Types::HlsManifest]
Returns the value of attribute hls_manifests.
-
#include_encoder_configuration_in_segments ⇒ Boolean
Returns the value of attribute include_encoder_configuration_in_segments.
-
#segment_duration_seconds ⇒ ::Integer
Returns the value of attribute segment_duration_seconds.
Instance Attribute Details
#encryption ⇒ Types::CmafEncryption
Returns the value of attribute encryption.
65 66 67 |
# File 'sig/types.rbs', line 65 def encryption @encryption end |
#hls_manifests ⇒ ::Array[Types::HlsManifest]
Returns the value of attribute hls_manifests.
66 67 68 |
# File 'sig/types.rbs', line 66 def hls_manifests @hls_manifests end |
#include_encoder_configuration_in_segments ⇒ Boolean
Returns the value of attribute include_encoder_configuration_in_segments.
67 68 69 |
# File 'sig/types.rbs', line 67 def include_encoder_configuration_in_segments @include_encoder_configuration_in_segments end |
#segment_duration_seconds ⇒ ::Integer
Returns the value of attribute segment_duration_seconds.
68 69 70 |
# File 'sig/types.rbs', line 68 def segment_duration_seconds @segment_duration_seconds end |