Class: Aws::Types::TimePeriod

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#unit ⇒ "MILLISECOND", ...

Returns the value of attribute unit.

Returns:

  • ("MILLISECOND", "SECOND", "MINUTE", "HOUR")


1307
1308
1309
# File 'sig/types.rbs', line 1307

def unit
  @unit
end

#value ⇒ ::Integer

Returns the value of attribute value.

Returns:

  • (::Integer)


1308
1309
1310
# File 'sig/types.rbs', line 1308

def value
  @value
end