Class: Aws::SESV2::Types::TenantInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::TenantInfo
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
A structure that contains basic information about a tenant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The date and time when the tenant was created.
-
#tenant_arn ⇒ String
The Amazon Resource Name (ARN) of the tenant.
-
#tenant_id ⇒ String
A unique identifier for the tenant.
-
#tenant_name ⇒ String
The name of the tenant.
Instance Attribute Details
#created_timestamp ⇒ Time
The date and time when the tenant was created.
8282 8283 8284 8285 8286 8287 8288 8289 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8282 class TenantInfo < Struct.new( :tenant_name, :tenant_id, :tenant_arn, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#tenant_arn ⇒ String
The Amazon Resource Name (ARN) of the tenant.
8282 8283 8284 8285 8286 8287 8288 8289 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8282 class TenantInfo < Struct.new( :tenant_name, :tenant_id, :tenant_arn, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#tenant_id ⇒ String
A unique identifier for the tenant.
8282 8283 8284 8285 8286 8287 8288 8289 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8282 class TenantInfo < Struct.new( :tenant_name, :tenant_id, :tenant_arn, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#tenant_name ⇒ String
The name of the tenant.
8282 8283 8284 8285 8286 8287 8288 8289 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 8282 class TenantInfo < Struct.new( :tenant_name, :tenant_id, :tenant_arn, :created_timestamp) SENSITIVE = [] include Aws::Structure end |