Class: Aws::Types::CloudWatchEncryption

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_encryption_mode"DISABLED", "SSE-KMS"

Returns the value of attribute cloud_watch_encryption_mode.

Returns:

  • ("DISABLED", "SSE-KMS")


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.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def kms_key_arn
  @kms_key_arn
end