Class: Aws::Types::PutDefaultEncryptionConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutDefaultEncryptionConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_status ⇒ Types::ConfigurationStatus
Returns the value of attribute configuration_status.
-
#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
#configuration_status ⇒ Types::ConfigurationStatus
Returns the value of attribute configuration_status.
3306 3307 3308 |
# File 'sig/types.rbs', line 3306 def configuration_status @configuration_status end |
#encryption_type ⇒ "SITEWISE_DEFAULT_ENCRYPTION", "KMS_BASED_ENCRYPTION"
Returns the value of attribute encryption_type.
3304 3305 3306 |
# File 'sig/types.rbs', line 3304 def encryption_type @encryption_type end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
3305 3306 3307 |
# File 'sig/types.rbs', line 3305 def kms_key_arn @kms_key_arn end |