Class: Aws::SESV2::Types::CreateTenantResourceAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::CreateTenantResourceAssociationRequest
- 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
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to associate with the tenant.
-
#tenant_name ⇒ String
The name of the tenant to associate the resource with.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to associate with the tenant.
1409 1410 1411 1412 1413 1414 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1409 class CreateTenantResourceAssociationRequest < Struct.new( :tenant_name, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#tenant_name ⇒ String
The name of the tenant to associate the resource with.
1409 1410 1411 1412 1413 1414 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1409 class CreateTenantResourceAssociationRequest < Struct.new( :tenant_name, :resource_arn) SENSITIVE = [] include Aws::Structure end |