AWSIoTListTargetsForPolicyResponse
Objective-C
@interface AWSIoTListTargetsForPolicyResponse
Swift
class AWSIoTListTargetsForPolicyResponse
-
A marker used to get the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextMarker;
Swift
var nextMarker: String? { get set }
-
The policy targets.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable targets;
Swift
var targets: [String]? { get set }