Class: Aws::Types::WorkspaceEncryptionConfigurationInfo
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceEncryptionConfigurationInfo
- 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_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#encryption_type ⇒ "SITEWISE_DEFAULT_ENCRYPTION", "KMS_BASED_ENCRYPTION"
Returns the value of attribute encryption_type.
3907 3908 3909 |
# File 'sig/types.rbs', line 3907 def encryption_type @encryption_type end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
3908 3909 3910 |
# File 'sig/types.rbs', line 3908 def kms_key_arn @kms_key_arn end |