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.
8592 8593 8594 8595 8596 8597 |
# File 'lib/aws-sdk-sesv2/types.rb', line 8592 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.
8592 8593 8594 8595 8596 8597 |
# File 'lib/aws-sdk-sesv2/types.rb', line 8592 class TenantResource < Struct.new( :resource_type, :resource_arn) SENSITIVE = [] include Aws::Structure end |