class Aws::SimpleDB::Types::ListDomainsRequest

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

data as a hash:

    {
      max_number_of_domains: 1,
      next_token: "String",
    }

@!attribute [rw] max_number_of_domains

The maximum number of domain names you want returned. The range is 1
to 100. The default setting is 100.
@return [Integer]

@!attribute [rw] next_token

A string informing Amazon SimpleDB where to start the next list of
domain names.
@return [String]

Constants

SENSITIVE