TIAMRemoveRoleFromInstanceProfileRequest
Class in AWS.IAM
RemoveRoleFromInstanceProfile request class.
Ancestors
Properties
InstanceProfileName
property InstanceProfileName: string
RoleName
property RoleName: string
Constructors
Create
constructor Create(const ARoleName, AInstanceProfileName: string);
Constructor for TIAMRemoveRoleFromInstanceProfileRequest.
Parameters
| Name | Description |
|---|---|
ARoleName | Specify the name of the IAM role to remove. |
AInstanceProfileName | Specify the name of the EC2 instance profile to update. |