Class: Aws::Types::WorkspaceEncryptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceEncryptionConfiguration
- 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.
3860 3861 3862 |
# File 'sig/types.rbs', line 3860 def encryption_type @encryption_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3861 3862 3863 |
# File 'sig/types.rbs', line 3861 def kms_key_id @kms_key_id end |