Current section

Files

Jump to
ex_aws_api_gateway lib ex_aws structs usage_plan_key.ex
Raw

lib/ex_aws/structs/usage_plan_key.ex

defmodule ExAws.ApiGateway.UsagePlanKey do
defstruct [
:id,
:type,
:value,
:name
]
end