AWSSimpleDBListDomainsResult
Objective-C
@interface AWSSimpleDBListDomainsResult
Swift
class AWSSimpleDBListDomainsResult
-
A list of domain names that match the expression.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable domainNames;
Swift
var domainNames: [String]? { get set }
-
An opaque token indicating that there are more domains than the specified
MaxNumberOfDomains
still available.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }