Class: Aws::SESV2::Types::DeleteTenantResourceAssociationRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource to remove from the tenant association.

Returns:

  • (String)


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_nameString

The name of the tenant to remove the resource association from.

Returns:

  • (String)


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