TIAMGetPolicyVersionRequest
Class in AWS.IAM
GetPolicyVersion request class.
Ancestors
Properties
PolicyArn
property PolicyArn: TARN
VersionId
property VersionId: string
Constructors
Create
constructor Create(const APolicyArn: TARN; const AVersionId: string);
Constructor for TIAMGetPolicyVersionRequest.
Parameters
| Name | Description |
|---|---|
APolicyArn | Specify the Amazon Resource Name (ARN) of the managed policy. |
AVersionId | Specify the identifier of the policy version to fetch. |