Class: Aws::SESV2::Types::ResourceTenantMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ResourceTenantMetadata
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
A structure that contains information about a tenant associated with a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_timestamp ⇒ Time
The date and time when the resource was associated with the tenant.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
-
#tenant_id ⇒ String
A unique identifier for the tenant associated with the resource.
-
#tenant_name ⇒ String
The name of the tenant associated with the resource.
Instance Attribute Details
#associated_timestamp ⇒ Time
The date and time when the resource was associated with the tenant.
7403 7404 7405 7406 7407 7408 7409 7410 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7403 class ResourceTenantMetadata < Struct.new( :tenant_name, :tenant_id, :resource_arn, :associated_timestamp) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
7403 7404 7405 7406 7407 7408 7409 7410 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7403 class ResourceTenantMetadata < Struct.new( :tenant_name, :tenant_id, :resource_arn, :associated_timestamp) SENSITIVE = [] include Aws::Structure end |
#tenant_id ⇒ String
A unique identifier for the tenant associated with the resource.
7403 7404 7405 7406 7407 7408 7409 7410 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7403 class ResourceTenantMetadata < Struct.new( :tenant_name, :tenant_id, :resource_arn, :associated_timestamp) SENSITIVE = [] include Aws::Structure end |
#tenant_name ⇒ String
The name of the tenant associated with the resource.
7403 7404 7405 7406 7407 7408 7409 7410 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 7403 class ResourceTenantMetadata < Struct.new( :tenant_name, :tenant_id, :resource_arn, :associated_timestamp) SENSITIVE = [] include Aws::Structure end |