Class: Aws::Types::EncryptionSpecification
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
-
#type ⇒ "CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY"
Returns the value of attribute type.
Instance Attribute Details
#kms_key_identifier ⇒ ::String
Returns the value of attribute kms_key_identifier.
171 172 173 |
# File 'sig/types.rbs', line 171 def kms_key_identifier @kms_key_identifier end |
#type ⇒ "CUSTOMER_MANAGED_KMS_KEY", "AWS_OWNED_KMS_KEY"
Returns the value of attribute type.
170 171 172 |
# File 'sig/types.rbs', line 170 def type @type end |