Class: Aws::SESV2::Types::DeleteTenantResourceAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::DeleteTenantResourceAssociationRequest
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
Represents a request to delete an association between a tenant and a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to remove from the tenant association.
-
#tenant_name ⇒ String
The name of the tenant to remove the resource association from.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to remove from the tenant association.
1950 1951 1952 1953 1954 1955 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1950 class DeleteTenantResourceAssociationRequest < Struct.new( :tenant_name, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#tenant_name ⇒ String
The name of the tenant to remove the resource association from.
1950 1951 1952 1953 1954 1955 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1950 class DeleteTenantResourceAssociationRequest < Struct.new( :tenant_name, :resource_arn) SENSITIVE = [] include Aws::Structure end |