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.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def deletion_protection_enabled @deletion_protection_enabled end |
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def log_group_identifier @log_group_identifier end |