AWSIoTListStreamsResponse
Objective-C
@interface AWSIoTListStreamsResponse
Swift
class AWSIoTListStreamsResponse
-
A token used to get the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
A list of streams.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTStreamSummary *> *_Nullable streams;
Swift
var streams: [AWSIoTStreamSummary]? { get set }