Class: Aws::Types::ManagedLoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ManagedLoggingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
861 862 863 |
# File 'sig/types.rbs', line 861 def enabled @enabled end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
862 863 864 |
# File 'sig/types.rbs', line 862 def kms_key @kms_key end |