AWSIoTListIndicesResponse
Objective-C
@interface AWSIoTListIndicesResponse
Swift
class AWSIoTListIndicesResponse
-
The index names.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable indexNames;
Swift
var indexNames: [String]? { get set }
-
The token used to get the next set of results, or
null
if there are no additional results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }