Current section
Files
Jump to
Current section
Files
lib/ex_aws/chime/credentials.ex~
defmodule ExAws.Chime.Credentials do
defstruct [
:password,
:username
]
@type t :: %__MODULE__{
password: String.t() | nil,
username: String.t() | nil
}
end