AWSIoTListManagedJobTemplatesRequest
Objective-C
@interface AWSIoTListManagedJobTemplatesRequest
Swift
class AWSIoTListManagedJobTemplatesRequest
-
Maximum number of entries that can be returned.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
The token to retrieve the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } -
An optional parameter for template name. If specified, only the versions of the managed job templates that have the specified template name will be returned.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable templateName;Swift
var templateName: String? { get set }
View on GitHub
Install in Dash
AWSIoTListManagedJobTemplatesRequest Class Reference