Class: Aws::SimpleDB::Types::ListDomainsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::ListDomainsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simpledb/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_number_of_domains ⇒ Integer
The maximum number of domain names you want returned.
-
#next_token ⇒ String
A string informing Amazon SimpleDB where to start the next list of domain names.
Instance Attribute Details
#max_number_of_domains ⇒ Integer
The maximum number of domain names you want returned. The range is 1 to 100. The default setting is 100.
326 327 328 329 330 331 |
# File 'lib/aws-sdk-simpledb/types.rb', line 326 class ListDomainsRequest < Struct.new( :max_number_of_domains, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A string informing Amazon SimpleDB where to start the next list of domain names.
326 327 328 329 330 331 |
# File 'lib/aws-sdk-simpledb/types.rb', line 326 class ListDomainsRequest < Struct.new( :max_number_of_domains, :next_token) SENSITIVE = [] include Aws::Structure end |