Class: Aws::Types::TtlDuration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#unit"Seconds", ...

Returns the value of attribute unit.

Returns:

  • ("Seconds", "Minutes", "Hours", "Days", "Weeks")


11797
11798
11799
# File 'sig/types.rbs', line 11797

def unit
  @unit
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


11798
11799
11800
# File 'sig/types.rbs', line 11798

def value
  @value
end