class Aws::Chime::Types::UpdateAccountRequest

@note When making an API call, you may pass UpdateAccountRequest

data as a hash:

    {
      account_id: "NonEmptyString", # required
      name: "AccountName",
      default_license: "Basic", # accepts Basic, Plus, Pro, ProTrial
    }

@!attribute [rw] account_id

The Amazon Chime account ID.
@return [String]

@!attribute [rw] name

The new name for the specified Amazon Chime account.
@return [String]

@!attribute [rw] default_license

The default license applied when you add users to an Amazon Chime
account.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateAccountRequest AWS API Documentation

Constants

SENSITIVE