Class: Aws::Types::CmafEncryptionSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#clear_lead_segments::Integer

Returns the value of attribute clear_lead_segments.

Returns:

  • (::Integer)


384
385
386
# File 'sig/types.rbs', line 384

def clear_lead_segments
  @clear_lead_segments
end

#constant_initialization_vector::String

Returns the value of attribute constant_initialization_vector.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

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")


386
387
388
# File 'sig/types.rbs', line 386

def encryption_method
  @encryption_method
end

#initialization_vector_in_manifest"INCLUDE", "EXCLUDE"

Returns the value of attribute initialization_vector_in_manifest.

Returns:

  • ("INCLUDE", "EXCLUDE")


387
388
389
# File 'sig/types.rbs', line 387

def initialization_vector_in_manifest
  @initialization_vector_in_manifest
end

#speke_key_providerTypes::SpekeKeyProviderCmaf

Returns the value of attribute speke_key_provider.



388
389
390
# File 'sig/types.rbs', line 388

def speke_key_provider
  @speke_key_provider
end

#static_key_providerTypes::StaticKeyProvider

Returns the value of attribute static_key_provider.



389
390
391
# File 'sig/types.rbs', line 389

def static_key_provider
  @static_key_provider
end

#type"SPEKE", "STATIC_KEY"

Returns the value of attribute type.

Returns:

  • ("SPEKE", "STATIC_KEY")


390
391
392
# File 'sig/types.rbs', line 390

def type
  @type
end