Class: Aws::Types::EncryptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_data_key_reuse_period_seconds ⇒ ::Integer
Returns the value of attribute kms_data_key_reuse_period_seconds.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#type ⇒ "AWS_OWNED_KEY", "CUSTOMER_MANAGED_KMS_KEY"
Returns the value of attribute type.
Instance Attribute Details
#kms_data_key_reuse_period_seconds ⇒ ::Integer
Returns the value of attribute kms_data_key_reuse_period_seconds.
308 309 310 |
# File 'sig/types.rbs', line 308 def kms_data_key_reuse_period_seconds @kms_data_key_reuse_period_seconds end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
307 308 309 |
# File 'sig/types.rbs', line 307 def kms_key_id @kms_key_id end |
#type ⇒ "AWS_OWNED_KEY", "CUSTOMER_MANAGED_KMS_KEY"
Returns the value of attribute type.
309 310 311 |
# File 'sig/types.rbs', line 309 def type @type end |