Class: Aws::Types::UnlockDelay

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#unlock_delay_unit"DAYS"

Returns the value of attribute unlock_delay_unit.

Returns:

  • ("DAYS")


177
178
179
# File 'sig/types.rbs', line 177

def unlock_delay_unit
  @unlock_delay_unit
end

#unlock_delay_value::Integer

Returns the value of attribute unlock_delay_value.

Returns:

  • (::Integer)


176
177
178
# File 'sig/types.rbs', line 176

def unlock_delay_value
  @unlock_delay_value
end