Class: Aws::Types::CmafPackageCreateOrUpdateParameters

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

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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

def segment_prefix
  @segment_prefix
end

#stream_selectionTypes::StreamSelection

Returns the value of attribute stream_selection.



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

def stream_selection
  @stream_selection
end