Class: Aws::Types::EncryptionMethod

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cmaf_encryption_method"CENC", "CBCS"

Returns the value of attribute cmaf_encryption_method.

Returns:

  • ("CENC", "CBCS")


376
377
378
# File 'sig/types.rbs', line 376

def cmaf_encryption_method
  @cmaf_encryption_method
end

#ism_encryption_method"CENC"

Returns the value of attribute ism_encryption_method.

Returns:

  • ("CENC")


377
378
379
# File 'sig/types.rbs', line 377

def ism_encryption_method
  @ism_encryption_method
end

#ts_encryption_method"AES_128", "SAMPLE_AES"

Returns the value of attribute ts_encryption_method.

Returns:

  • ("AES_128", "SAMPLE_AES")


375
376
377
# File 'sig/types.rbs', line 375

def ts_encryption_method
  @ts_encryption_method
end