Current section
Files
Jump to
Current section
Files
lib/ex_aws/structs/usage_plan.ex
defmodule ExAws.ApiGateway.UsagePlan do
defstruct [
:id,
:name,
:description,
:quota,
:throttle,
:api_stages
]
end