Class: Aws::Types::CmafPackage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryptionTypes::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.

Returns:



66
67
68
# File 'sig/types.rbs', line 66

def hls_manifests
  @hls_manifests
end

#include_encoder_configuration_in_segmentsBoolean

Returns the value of attribute include_encoder_configuration_in_segments.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


68
69
70
# File 'sig/types.rbs', line 68

def segment_duration_seconds
  @segment_duration_seconds
end