Class: Aws::Types::DeletionProtectionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_protection_status"ENABLED", "DISABLED"

Returns the value of attribute deletion_protection_status.

Returns:

  • ("ENABLED", "DISABLED")


857
858
859
# File 'sig/types.rbs', line 857

def deletion_protection_status
  @deletion_protection_status
end

#deletion_protection_threshold::Integer

Returns the value of attribute deletion_protection_threshold.

Returns:

  • (::Integer)


858
859
860
# File 'sig/types.rbs', line 858

def deletion_protection_threshold
  @deletion_protection_threshold
end