Class: Aws::SESV2::Types::DeleteTenantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::DeleteTenantRequest
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
Represents a request to delete a tenant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tenant_name ⇒ String
The name of the tenant to delete.
Instance Attribute Details
#tenant_name ⇒ String
The name of the tenant to delete.
1930 1931 1932 1933 1934 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1930 class DeleteTenantRequest < Struct.new( :tenant_name) SENSITIVE = [] include Aws::Structure end |