AWSLogsDeleteAccountPolicyRequest
Objective-C
@interface AWSLogsDeleteAccountPolicyRequest
Swift
class AWSLogsDeleteAccountPolicyRequest
-
The name of the policy to delete.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyName;
Swift
var policyName: String? { get set }
-
The type of policy to delete.
Declaration
Objective-C
@property (nonatomic) AWSLogsPolicyType policyType;
Swift
var policyType: AWSLogsPolicyType { get set }