AWSIoTDetachPrincipalPolicyRequest
Objective-C
@interface AWSIoTDetachPrincipalPolicyRequestSwift
class AWSIoTDetachPrincipalPolicyRequestThe input for the DetachPrincipalPolicy operation.
Required parameters: [policyName, principal]
- 
                  
                  The name of the policy to detach. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable policyName;Swift var policyName: String? { get set }
- 
                  
                  The principal. Valid principals are CertificateArn (arn:aws:iot:region:accountId:cert/certificateId), thingGroupArn (arn:aws:iot:region:accountId:thinggroup/groupName) and CognitoId (region:id). DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable principal;Swift var principal: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSIoTDetachPrincipalPolicyRequest Class Reference
        AWSIoTDetachPrincipalPolicyRequest Class Reference