AWSIoTEffectivePolicy
Objective-C
@interface AWSIoTEffectivePolicy
Swift
class AWSIoTEffectivePolicy
The policy that has the effect on the authorization results.
-
The policy ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyArn;
Swift
var policyArn: String? { get set }
-
The IAM policy document.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyDocument;
Swift
var policyDocument: String? { get set }
-
The policy name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyName;
Swift
var policyName: String? { get set }