TIAMDetachRolePolicyRequest
Class in AWS.IAM
DetachRolePolicy request class.
Ancestors
Properties
PolicyArn
property PolicyArn: TARN
RoleName
property RoleName: string
Constructors
Create
constructor Create(const ARoleName: string; const APolicyArn: TARN);
Constructor for TIAMDetachRolePolicyRequest.
Parameters
| Name | Description |
|---|---|
ARoleName | Specify the name of the IAM role to detach the policy from. |
APolicyArn | Specify the Amazon Resource Name (ARN) of the IAM policy to detach. |