Current section
Files
Jump to
Current section
Files
lib/ex_aws/structs/usage_plan_key.ex
defmodule ExAws.ApiGateway.UsagePlanKey do
defstruct [
:id,
:type,
:value,
:name
]
end