Class: Aws::Types::CmafEncryption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#constant_initialization_vector::String

Returns the value of attribute constant_initialization_vector.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def constant_initialization_vector
  @constant_initialization_vector
end

#encryption_method"SAMPLE_AES", "AES_CTR"

Returns the value of attribute encryption_method.

Returns:

  • ("SAMPLE_AES", "AES_CTR")


49
50
51
# File 'sig/types.rbs', line 49

def encryption_method
  @encryption_method
end

#key_rotation_interval_seconds::Integer

Returns the value of attribute key_rotation_interval_seconds.

Returns:

  • (::Integer)


50
51
52
# File 'sig/types.rbs', line 50

def key_rotation_interval_seconds
  @key_rotation_interval_seconds
end

#speke_key_providerTypes::SpekeKeyProvider

Returns the value of attribute speke_key_provider.



51
52
53
# File 'sig/types.rbs', line 51

def speke_key_provider
  @speke_key_provider
end