class Aws::APIGateway::Types::GetUsageRequest

The GET request to get the usage data of a usage plan in a specified time interval.

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

data as a hash:

    {
      usage_plan_id: "String", # required
      key_id: "String",
      start_date: "String", # required
      end_date: "String", # required
      position: "String",
      limit: 1,
    }

@!attribute [rw] usage_plan_id

\[Required\] The Id of the usage plan associated with the usage
data.
@return [String]

@!attribute [rw] key_id

The Id of the API key associated with the resultant usage data.
@return [String]

@!attribute [rw] start_date

\[Required\] The starting date (e.g., 2016-01-01) of the usage data.
@return [String]

@!attribute [rw] end_date

\[Required\] The ending date (e.g., 2016-12-31) of the usage data.
@return [String]

@!attribute [rw] position

The current pagination position in the paged result set.
@return [String]

@!attribute [rw] limit

The maximum number of returned results per page. The default value
is 25 and the maximum value is 500.
@return [Integer]

Constants

SENSITIVE