Class: Aws::Types::ManagedPersistenceMonitoringConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ManagedPersistenceMonitoringConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
444 445 446 |
# File 'sig/types.rbs', line 444 def enabled @enabled end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
445 446 447 |
# File 'sig/types.rbs', line 445 def encryption_key_arn @encryption_key_arn end |