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