TSESV2DeleteTenantResourceAssociationRequest
Class in AWS.SESV2
DeleteTenantResourceAssociation request class.
Ancestors
Properties
ResourceArn
property ResourceArn: TARN
TenantName
property TenantName: string
Constructors
Create
constructor Create(const ATenantName: string; const AResourceArn: TARN);
Constructor for TSESV2DeleteTenantResourceAssociationRequest.
Parameters
| Name | Description |
|---|---|
ATenantName | Specify the name of the tenant to remove the resource association from. |
AResourceArn | Specify the Amazon Resource Name (ARN) of the resource to remove from the tenant association. |