AWSIoTListPolicyVersionsResponse
Objective-C
@interface AWSIoTListPolicyVersionsResponse
Swift
class AWSIoTListPolicyVersionsResponse
The output from the ListPolicyVersions operation.
-
The policy versions.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTPolicyVersion *> *_Nullable policyVersions;
Swift
var policyVersions: [AWSIoTPolicyVersion]? { get set }