Class: Aws::SESV2::Types::TenantResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::TenantResource
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
A structure that contains information about a resource associated with a tenant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource associated with the tenant.
-
#resource_type ⇒ String
The type of resource associated with the tenant.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource associated with the tenant.
8306 8307 8308 8309 8310 8311 |
# File 'lib/aws-sdk-sesv2/types.rb', line 8306 class TenantResource < Struct.new( :resource_type, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource associated with the tenant. Valid values are ‘EMAIL_IDENTITY`, `CONFIGURATION_SET`, or `EMAIL_TEMPLATE`.
8306 8307 8308 8309 8310 8311 |
# File 'lib/aws-sdk-sesv2/types.rb', line 8306 class TenantResource < Struct.new( :resource_type, :resource_arn) SENSITIVE = [] include Aws::Structure end |