Class: Aws::SimpleDB::Types::ListDomainsResult

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_namesArray<String>

A list of domain names that match the expression.

Returns:

  • (Array<String>)


341
342
343
344
345
346
# File 'lib/aws-sdk-simpledb/types.rb', line 341

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

#next_tokenString

An opaque token indicating that there are more domains than the specified ‘MaxNumberOfDomains` still available.

Returns:

  • (String)


341
342
343
344
345
346
# File 'lib/aws-sdk-simpledb/types.rb', line 341

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