AWSIoTDeletePolicyRequest
Objective-C
@interface AWSIoTDeletePolicyRequest
                Swift
class AWSIoTDeletePolicyRequest
                The input for the DeletePolicy operation.
Required parameters: [policyName]
- 
                  
                  
The name of the policy to delete.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyName;Swift
var policyName: String? { get set } 
View on GitHub
Install in Dash
        AWSIoTDeletePolicyRequest Class Reference