TIAMUntagServerCertificateRequest
Class in AWS.IAM
UntagServerCertificate request class.
Ancestors
Properties
ServerCertificateName
property ServerCertificateName: string
Constructors
Create
constructor Create(const AServerCertificateName: string; const ATagKeys: TArray<string>);
Constructor for TIAMUntagServerCertificateRequest.
Parameters
| Name | Description |
|---|---|
AServerCertificateName | Specify the name of the IAM server certificate to remove tags from. |
ATagKeys | Specify a list of tag keys to remove matching tags from the IAM server certificate. |