You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceQuotas::Types::QuotaPeriod

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A structure that contains information about the quota period.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#period_unitString

The time unit of a period.

Possible values:

  • MICROSECOND
  • MILLISECOND
  • SECOND
  • MINUTE
  • HOUR
  • DAY
  • WEEK

Returns:

  • (String)

    The time unit of a period.

#period_valueInteger

The value of a period.

Returns:

  • (Integer)

    The value of a period.