You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SimpleDB::Types::ListDomainsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListDomainsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_number_of_domainsInteger

The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.

Returns:

  • (Integer)

    The maximum number of domain names you want returned.

#next_tokenString

A string informing Amazon SimpleDB where to start the next list of domain names.

Returns:

  • (String)

    A string informing Amazon SimpleDB where to start the next list of domain names.