AWSIoTDetachPolicyRequest
Objective-C
@interface AWSIoTDetachPolicyRequest
Swift
class AWSIoTDetachPolicyRequest
-
The policy to detach.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyName;
Swift
var policyName: String? { get set }
-
The target from which the policy will be detached.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable target;
Swift
var target: String? { get set }