Class: Aws::Types::EncryptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_encryption_config ⇒ Types::KMSEncryptionConfig
Returns the value of attribute kms_encryption_config.
-
#no_encryption_config ⇒ "NoEncryption"
Returns the value of attribute no_encryption_config.
Instance Attribute Details
#kms_encryption_config ⇒ Types::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.
432 433 434 |
# File 'sig/types.rbs', line 432 def no_encryption_config @no_encryption_config end |