Class: Aws::SESV2::Types::CreateTenantResourceAssociationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

Represents a request to associate a resource with a tenant.

Resources can be email identities, configuration sets, or email templates. When you associate a resource with a tenant, you can use that resource when sending emails on behalf of that tenant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource to associate with the tenant.

Returns:

  • (String)


1397
1398
1399
1400
1401
1402
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1397

class CreateTenantResourceAssociationRequest < Struct.new(
  :tenant_name,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tenant_nameString

The name of the tenant to associate the resource with.

Returns:

  • (String)


1397
1398
1399
1400
1401
1402
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1397

class CreateTenantResourceAssociationRequest < Struct.new(
  :tenant_name,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end