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")


11805
11806
11807
# File 'sig/types.rbs', line 11805

def unit
  @unit
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


11806
11807
11808
# File 'sig/types.rbs', line 11806

def value
  @value
end