TIAMUntagInstanceProfileRequest
Class in AWS.IAM
UntagInstanceProfile request class.
Ancestors
Properties
InstanceProfileName
property InstanceProfileName: string
Constructors
Create
constructor Create(const AInstanceProfileName: string; const ATagKeys: TArray<string>);
Constructor for TIAMUntagInstanceProfileRequest.
Parameters
| Name | Description |
|---|---|
AInstanceProfileName | Specify the name of the IAM instance profile to remove tags from. |
ATagKeys | Specify a list of tag keys to remove matching tags from the IAM instance profile. |