Class: Aws::SimpleDB::Types::ListDomainsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::ListDomainsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simpledb/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_names ⇒ Array<String>
A list of domain names that match the expression.
-
#next_token ⇒ String
An opaque token indicating that there are more domains than the specified ‘MaxNumberOfDomains` still available.
Instance Attribute Details
#domain_names ⇒ Array<String>
A list of domain names that match the expression.
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_token ⇒ String
An opaque token indicating that there are more domains than the specified ‘MaxNumberOfDomains` still available.
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 |