Class: Aws::Types::KMSServerSideEncryptionIntegration
- Inherits:
-
Object
- Object
- Aws::Types::KMSServerSideEncryptionIntegration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#opt_in_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute opt_in_status.
-
#type ⇒ "CUSTOMER_MANAGED_KEY", "AWS_OWNED_KMS_KEY"
Returns the value of attribute type.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
379 380 381 |
# File 'sig/types.rbs', line 379 def kms_key_id @kms_key_id end |
#opt_in_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute opt_in_status.
380 381 382 |
# File 'sig/types.rbs', line 380 def opt_in_status @opt_in_status end |
#type ⇒ "CUSTOMER_MANAGED_KEY", "AWS_OWNED_KMS_KEY"
Returns the value of attribute type.
381 382 383 |
# File 'sig/types.rbs', line 381 def type @type end |