Class: Aws::Types::PutDefaultEncryptionConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDefaultEncryptionConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ "SITEWISE_DEFAULT_ENCRYPTION", "KMS_BASED_ENCRYPTION"
Returns the value of attribute encryption_type.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
Instance Attribute Details
#encryption_type ⇒ "SITEWISE_DEFAULT_ENCRYPTION", "KMS_BASED_ENCRYPTION"
Returns the value of attribute encryption_type.
3298 3299 3300 |
# File 'sig/types.rbs', line 3298 def encryption_type @encryption_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3299 3300 3301 |
# File 'sig/types.rbs', line 3299 def kms_key_id @kms_key_id end |