Class: Aws::Types::EncryptionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_encryption_configTypes::KMSEncryptionConfig

Returns the value of attribute kms_encryption_config.



433
434
435
# File 'sig/types.rbs', line 433

def kms_encryption_config
  @kms_encryption_config
end

#no_encryption_config"NoEncryption"

Returns the value of attribute no_encryption_config.

Returns:

  • ("NoEncryption")


432
433
434
# File 'sig/types.rbs', line 432

def no_encryption_config
  @no_encryption_config
end