Class: Aws::Types::UpdateEncryptionConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEncryptionConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ "CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY"
Returns the value of attribute encryption_type.
-
#kms_access_role_arn ⇒ ::String
Returns the value of attribute kms_access_role_arn.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#encryption_type ⇒ "CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY"
Returns the value of attribute encryption_type.
5173 5174 5175 |
# File 'sig/types.rbs', line 5173 def encryption_type @encryption_type end |
#kms_access_role_arn ⇒ ::String
Returns the value of attribute kms_access_role_arn.
5175 5176 5177 |
# File 'sig/types.rbs', line 5175 def kms_access_role_arn @kms_access_role_arn end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
5174 5175 5176 |
# File 'sig/types.rbs', line 5174 def kms_key_arn @kms_key_arn end |