ExAws.Chime.AccountSettings (ex_aws_chime v1.0.0)

Module representing the Chime AccountSettings data type

See https://docs.aws.amazon.com/chime/latest/APIReference/API_AccountSettings.html

Summary

Types

@type t() :: %ExAws.Chime.AccountSettings{
  disable_remote_control: boolean() | nil,
  enable_dial_out: boolean() | nil
}