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.
795 796 797 |
# File 'sig/types.rbs', line 795 def cloud_watch_encryption_mode @cloud_watch_encryption_mode end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
796 797 798 |
# File 'sig/types.rbs', line 796 def kms_key_arn @kms_key_arn end |