Class: Aws::Types::CmafPackageCreateOrUpdateParameters
- Inherits:
-
Object
- Object
- Aws::Types::CmafPackageCreateOrUpdateParameters
- 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::HlsManifestCreateOrUpdateParameters]
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.
65 66 67 |
# File 'sig/types.rbs', line 65 def encryption @encryption end |
#hls_manifests ⇒ ::Array[Types::HlsManifestCreateOrUpdateParameters]
Returns the value of attribute hls_manifests.
66 67 68 |
# File 'sig/types.rbs', line 66 def hls_manifests @hls_manifests end |
#segment_duration_seconds ⇒ ::Integer
Returns the value of attribute segment_duration_seconds.
67 68 69 |
# File 'sig/types.rbs', line 67 def segment_duration_seconds @segment_duration_seconds end |
#segment_prefix ⇒ ::String
Returns the value of attribute segment_prefix.
68 69 70 |
# File 'sig/types.rbs', line 68 def segment_prefix @segment_prefix end |
#stream_selection ⇒ Types::StreamSelection
Returns the value of attribute stream_selection.
69 70 71 |
# File 'sig/types.rbs', line 69 def stream_selection @stream_selection end |