TIAMTagInstanceProfileRequest
Class in AWS.IAM
TagInstanceProfile request class.
Ancestors
Properties
InstanceProfileName
property InstanceProfileName: string
Constructors
Create
constructor Create(const AInstanceProfileName: string; const ATags: TArray<TIAMTagKeyValue>);
Constructor for TIAMTagInstanceProfileRequest.
Parameters
| Name | Description |
|---|---|
AInstanceProfileName | Specify the name of the IAM instance profile to add tags to. |
ATags | Specify a list of tags (key/value pairs) to add to the IAM instance profile. |