Skip to main content

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

NameDescription
AInstanceProfileNameSpecify the name of the IAM instance profile to remove tags from.
ATagKeysSpecify a list of tag keys to remove matching tags from the IAM instance profile.