AWSIoTListPolicyVersionsRequest
Objective-C
@interface AWSIoTListPolicyVersionsRequest
Swift
class AWSIoTListPolicyVersionsRequest
The input for the ListPolicyVersions operation.
Required parameters: [policyName]
-
The policy name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyName;
Swift
var policyName: String? { get set }