Class: Aws::Types::UpdateTerminationProtectionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_termination_protectionBoolean

Returns the value of attribute enable_termination_protection.

Returns:

  • (Boolean)


2213
2214
2215
# File 'sig/types.rbs', line 2213

def enable_termination_protection
  @enable_termination_protection
end

#stack_name::String

Returns the value of attribute stack_name.

Returns:

  • (::String)


2214
2215
2216
# File 'sig/types.rbs', line 2214

def stack_name
  @stack_name
end