Class: Aws::Types::EncryptionDetails
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_status ⇒ "ENABLED", ...
Returns the value of attribute encryption_status.
-
#encryption_type ⇒ "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"
Returns the value of attribute encryption_type.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#encryption_status ⇒ "ENABLED", ...
Returns the value of attribute encryption_status.
118 119 120 |
# File 'sig/types.rbs', line 118 def encryption_status @encryption_status end |
#encryption_type ⇒ "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"
Returns the value of attribute encryption_type.
116 117 118 |
# File 'sig/types.rbs', line 116 def encryption_type @encryption_type end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
117 118 119 |
# File 'sig/types.rbs', line 117 def kms_key_arn @kms_key_arn end |