AWSIoTDataListNamedShadowsForThingRequest
Objective-C
@interface AWSIoTDataListNamedShadowsForThingRequest
Swift
class AWSIoTDataListNamedShadowsForThingRequest
-
The token to retrieve the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } -
The result page size.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable pageSize;Swift
var pageSize: NSNumber? { get set } -
The name of the thing.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingName;Swift
var thingName: String? { get set }
View on GitHub
Install in Dash
AWSIoTDataListNamedShadowsForThingRequest Class Reference