Class: Aws::Types::QuotaPeriod

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#period_unit ⇒ "MICROSECOND", ...

Returns the value of attribute period_unit.

Returns:

  • ("MICROSECOND", "MILLISECOND", "SECOND", "MINUTE", "HOUR", "DAY", "WEEK")


313
314
315
# File 'sig/types.rbs', line 313

def period_unit
  @period_unit
end

#period_value ⇒ ::Integer

Returns the value of attribute period_value.

Returns:

  • (::Integer)


312
313
314
# File 'sig/types.rbs', line 312

def period_value
  @period_value
end