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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb

Constant Summary collapse

SENSITIVE =
[]

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)


326
327
328
329
330
331
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 326

class ListDomainsRequest < Struct.new(
  :max_number_of_domains,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


326
327
328
329
330
331
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 326

class ListDomainsRequest < Struct.new(
  :max_number_of_domains,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end