Class: Aws::Types::Encryption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cmaf_exclude_segment_drm_metadataBoolean

Returns the value of attribute cmaf_exclude_segment_drm_metadata.

Returns:

  • (Boolean)


363
364
365
# File 'sig/types.rbs', line 363

def 
  @cmaf_exclude_segment_drm_metadata
end

#constant_initialization_vector::String

Returns the value of attribute constant_initialization_vector.

Returns:

  • (::String)


360
361
362
# File 'sig/types.rbs', line 360

def constant_initialization_vector
  @constant_initialization_vector
end

#encryption_methodTypes::EncryptionMethod

Returns the value of attribute encryption_method.



361
362
363
# File 'sig/types.rbs', line 361

def encryption_method
  @encryption_method
end

#key_rotation_interval_seconds::Integer

Returns the value of attribute key_rotation_interval_seconds.

Returns:

  • (::Integer)


362
363
364
# File 'sig/types.rbs', line 362

def key_rotation_interval_seconds
  @key_rotation_interval_seconds
end

#speke_key_providerTypes::SpekeKeyProvider

Returns the value of attribute speke_key_provider.



364
365
366
# File 'sig/types.rbs', line 364

def speke_key_provider
  @speke_key_provider
end