AWSIoTListTargetsForPolicyRequest
Objective-C
@interface AWSIoTListTargetsForPolicyRequest
Swift
class AWSIoTListTargetsForPolicyRequest
-
A marker used to get the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable marker;Swift
var marker: String? { get set } -
The maximum number of results to return at one time.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable pageSize;Swift
var pageSize: NSNumber? { get set } -
The policy name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyName;Swift
var policyName: String? { get set }
View on GitHub
Install in Dash
AWSIoTListTargetsForPolicyRequest Class Reference