Class: Aws::Types::LogsBackupConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LogsBackupConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
484 485 486 |
# File 'sig/types.rbs', line 484 def kms_key_arn @kms_key_arn end |
#region ⇒ ::String
Returns the value of attribute region.
483 484 485 |
# File 'sig/types.rbs', line 483 def region @region end |