Class: Aws::Types::ManagedLogs
- Inherits:
-
Object
- Object
- Aws::Types::ManagedLogs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_aws_to_retain_logs ⇒ "ENABLED", "DISABLED"
Returns the value of attribute allow_aws_to_retain_logs.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
Instance Attribute Details
#allow_aws_to_retain_logs ⇒ "ENABLED", "DISABLED"
Returns the value of attribute allow_aws_to_retain_logs.
492 493 494 |
# File 'sig/types.rbs', line 492 def allow_aws_to_retain_logs @allow_aws_to_retain_logs end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
493 494 495 |
# File 'sig/types.rbs', line 493 def encryption_key_arn @encryption_key_arn end |