TIAMDeleteRolePolicyRequest
Class in AWS.IAM
DeleteRolePolicy request class.
Ancestors
Properties
PolicyName
property PolicyName: string
RoleName
property RoleName: string
Constructors
Create
constructor Create(const ARoleName, APolicyName: string);
Constructor for TIAMDeleteRolePolicyRequest.
Parameters
| Name | Description |
|---|---|
ARoleName | Specify the name of the IAM role containing the policy to delete. |
APolicyName | Specify the name of the inline policy document to delete. |