Class: Aws::Types::EncryptionConfigurationDetails
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionConfigurationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_status ⇒ "UPDATING", ...
Returns the value of attribute encryption_status.
-
#encryption_status_reason ⇒ ::String
Returns the value of attribute encryption_status_reason.
-
#key_type ⇒ "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY"
Returns the value of attribute key_type.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#encryption_status ⇒ "UPDATING", ...
Returns the value of attribute encryption_status.
561 562 563 |
# File 'sig/types.rbs', line 561 def encryption_status @encryption_status end |
#encryption_status_reason ⇒ ::String
Returns the value of attribute encryption_status_reason.
562 563 564 |
# File 'sig/types.rbs', line 562 def encryption_status_reason @encryption_status_reason end |
#key_type ⇒ "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY"
Returns the value of attribute key_type.
559 560 561 |
# File 'sig/types.rbs', line 559 def key_type @key_type end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
560 561 562 |
# File 'sig/types.rbs', line 560 def kms_key_arn @kms_key_arn end |