Class: Aws::Types::SessionManagedLoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SessionManagedLoggingConfiguration
- 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.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def enabled @enabled end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def encryption_key_arn @encryption_key_arn end |