AWSIoTPolicyVersionIdentifier
Objective-C
@interface AWSIoTPolicyVersionIdentifier
Swift
class AWSIoTPolicyVersionIdentifier
Information about the version of the policy associated with the resource.
-
The name of the policy.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyName;
Swift
var policyName: String? { get set }
-
The ID of the version of the policy associated with the resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyVersionId;
Swift
var policyVersionId: String? { get set }