Class: Aws::Types::PutLogGroupDeletionProtectionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1858
1859
1860
# File 'sig/types.rbs', line 1858

def log_group_identifier
  @log_group_identifier
end