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.
3901 3902 3903 |
# File 'sig/types.rbs', line 3901 def encryption_type @encryption_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3902 3903 3904 |
# File 'sig/types.rbs', line 3902 def kms_key_id @kms_key_id end |