Class: Aws::Types::KMSServerSideEncryptionIntegrationConfig
- Inherits:
-
Object
- Object
- Aws::Types::KMSServerSideEncryptionIntegrationConfig
- 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.
386 387 388 |
# File 'sig/types.rbs', line 386 def kms_key_id @kms_key_id end |
#opt_in_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute opt_in_status.
387 388 389 |
# File 'sig/types.rbs', line 387 def opt_in_status @opt_in_status end |
#type ⇒ "CUSTOMER_MANAGED_KEY", "AWS_OWNED_KMS_KEY"
Returns the value of attribute type.
388 389 390 |
# File 'sig/types.rbs', line 388 def type @type end |