AWSIoTListStreamsRequest
Objective-C
@interface AWSIoTListStreamsRequest
Swift
class AWSIoTListStreamsRequest
-
Set to true to return the list of streams in ascending order.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable ascendingOrder;Swift
var ascendingOrder: NSNumber? { get set } -
The maximum number of results to return at a time.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
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 }
View on GitHub
Install in Dash
AWSIoTListStreamsRequest Class Reference