Class: Aws::Types::HlsEncryptionSettings

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)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def constant_initialization_vector
  @constant_initialization_vector
end

#encryption_method"AES128", "SAMPLE_AES"

Returns the value of attribute encryption_method.

Returns:

  • ("AES128", "SAMPLE_AES")


1241
1242
1243
# File 'sig/types.rbs', line 1241

def encryption_method
  @encryption_method
end

#initialization_vector_in_manifest"INCLUDE", "EXCLUDE"

Returns the value of attribute initialization_vector_in_manifest.

Returns:

  • ("INCLUDE", "EXCLUDE")


1242
1243
1244
# File 'sig/types.rbs', line 1242

def initialization_vector_in_manifest
  @initialization_vector_in_manifest
end

#offline_encrypted"ENABLED", "DISABLED"

Returns the value of attribute offline_encrypted.

Returns:

  • ("ENABLED", "DISABLED")


1243
1244
1245
# File 'sig/types.rbs', line 1243

def offline_encrypted
  @offline_encrypted
end

#speke_key_providerTypes::SpekeKeyProvider

Returns the value of attribute speke_key_provider.



1244
1245
1246
# File 'sig/types.rbs', line 1244

def speke_key_provider
  @speke_key_provider
end

#static_key_providerTypes::StaticKeyProvider

Returns the value of attribute static_key_provider.



1245
1246
1247
# File 'sig/types.rbs', line 1245

def static_key_provider
  @static_key_provider
end

#type"SPEKE", "STATIC_KEY"

Returns the value of attribute type.

Returns:

  • ("SPEKE", "STATIC_KEY")


1246
1247
1248
# File 'sig/types.rbs', line 1246

def type
  @type
end