Class: Aws::Types::EncryptionSettings
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionSettings
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Default, KmsEncryptionSettings, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default ⇒ Types::Unit
Returns the value of attribute default.
-
#kms_encryption_settings ⇒ Types::KmsEncryptionSettings
Returns the value of attribute kms_encryption_settings.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#default ⇒ Types::Unit
Returns the value of attribute default.
429 430 431 |
# File 'sig/types.rbs', line 429 def default @default end |
#kms_encryption_settings ⇒ Types::KmsEncryptionSettings
Returns the value of attribute kms_encryption_settings.
428 429 430 |
# File 'sig/types.rbs', line 428 def kms_encryption_settings @kms_encryption_settings end |
#unknown ⇒ Object
Returns the value of attribute unknown.
430 431 432 |
# File 'sig/types.rbs', line 430 def unknown @unknown end |