Current section

Files

Jump to
ex_aws_api_gateway lib ex_aws structs usage_plan.ex
Raw

lib/ex_aws/structs/usage_plan.ex

defmodule ExAws.ApiGateway.UsagePlan do
defstruct [
:id,
:name,
:description,
:quota,
:throttle,
:api_stages
]
end