AWSIoTPolicy
Objective-C
@interface AWSIoTPolicy
Swift
class AWSIoTPolicy
Describes an IoT policy.
-
The policy ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyArn;
Swift
var policyArn: String? { get set }
-
The policy name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyName;
Swift
var policyName: String? { get set }