Class: Aws::Types::CloudWatchEncryption
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_encryption_mode ⇒ "DISABLED", "SSE-KMS"
Returns the value of attribute cloud_watch_encryption_mode.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#cloud_watch_encryption_mode ⇒ "DISABLED", "SSE-KMS"
Returns the value of attribute cloud_watch_encryption_mode.
791 792 793 |
# File 'sig/types.rbs', line 791 def cloud_watch_encryption_mode @cloud_watch_encryption_mode end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
792 793 794 |
# File 'sig/types.rbs', line 792 def kms_key_arn @kms_key_arn end |