Class: Aws::Types::PutLogGroupDeletionProtectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutLogGroupDeletionProtectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
-
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
Instance Attribute Details
#deletion_protection_enabled ⇒ Boolean
Returns the value of attribute deletion_protection_enabled.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def deletion_protection_enabled @deletion_protection_enabled end |
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def log_group_identifier @log_group_identifier end |