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.
558 559 560 |
# File 'sig/types.rbs', line 558 def encryption_status @encryption_status end |
#encryption_status_reason ⇒ ::String
Returns the value of attribute encryption_status_reason.
559 560 561 |
# File 'sig/types.rbs', line 559 def encryption_status_reason @encryption_status_reason end |
#key_type ⇒ "AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KEY"
Returns the value of attribute key_type.
556 557 558 |
# File 'sig/types.rbs', line 556 def key_type @key_type end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
557 558 559 |
# File 'sig/types.rbs', line 557 def kms_key_arn @kms_key_arn end |