Class: Aws::Types::Duration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#unit"s", "ms"

Returns the value of attribute unit.

Returns:

  • ("s", "ms")


371
372
373
# File 'sig/types.rbs', line 371

def unit
  @unit
end

#value::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


372
373
374
# File 'sig/types.rbs', line 372

def value
  @value
end