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.
-
#segment_duration_seconds ⇒ ::Integer
Returns the value of attribute segment_duration_seconds.
-
#segment_prefix ⇒ ::String
Returns the value of attribute segment_prefix.
-
#stream_selection ⇒ Types::StreamSelection
Returns the value of attribute stream_selection.
Instance Attribute Details
#encryption ⇒ Types::CmafEncryption
Returns the value of attribute encryption.
56 57 58 |
# File 'sig/types.rbs', line 56 def encryption @encryption end |
#hls_manifests ⇒ ::Array[Types::HlsManifest]
Returns the value of attribute hls_manifests.
57 58 59 |
# File 'sig/types.rbs', line 57 def hls_manifests @hls_manifests end |
#segment_duration_seconds ⇒ ::Integer
Returns the value of attribute segment_duration_seconds.
58 59 60 |
# File 'sig/types.rbs', line 58 def segment_duration_seconds @segment_duration_seconds end |
#segment_prefix ⇒ ::String
Returns the value of attribute segment_prefix.
59 60 61 |
# File 'sig/types.rbs', line 59 def segment_prefix @segment_prefix end |
#stream_selection ⇒ Types::StreamSelection
Returns the value of attribute stream_selection.
60 61 62 |
# File 'sig/types.rbs', line 60 def stream_selection @stream_selection end |