class Aws::APIGateway::Types::QuotaSettings

Quotas configured for a usage plan.

@note When making an API call, you may pass QuotaSettings

data as a hash:

    {
      limit: 1,
      offset: 1,
      period: "DAY", # accepts DAY, WEEK, MONTH
    }

@!attribute [rw] limit

The maximum number of requests that can be made in a given time
period.
@return [Integer]

@!attribute [rw] offset

The day that a time period starts. For example, with a time period
of `WEEK`, an offset of `0` starts on Sunday, and an offset of `1`
starts on Monday.
@return [Integer]

@!attribute [rw] period

The time period in which the limit applies. Valid values are
"DAY", "WEEK" or "MONTH".
@return [String]

Constants

SENSITIVE