Class: Aws::SESV2::Types::CreateTenantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::CreateTenantResponse
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
Information about a newly created tenant.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The date and time when the tenant was created.
-
#sending_status ⇒ String
The status of email sending capability for the tenant.
-
#tags ⇒ Array<Types::Tag>
An array of objects that define the tags (keys and values) associated with the tenant.
-
#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.
1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1440 class CreateTenantResponse < Struct.new( :tenant_name, :tenant_id, :tenant_arn, :created_timestamp, :tags, :sending_status) SENSITIVE = [] include Aws::Structure end |
#sending_status ⇒ String
The status of email sending capability for the tenant.
1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1440 class CreateTenantResponse < Struct.new( :tenant_name, :tenant_id, :tenant_arn, :created_timestamp, :tags, :sending_status) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of objects that define the tags (keys and values) associated with the tenant.
1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1440 class CreateTenantResponse < Struct.new( :tenant_name, :tenant_id, :tenant_arn, :created_timestamp, :tags, :sending_status) SENSITIVE = [] include Aws::Structure end |
#tenant_arn ⇒ String
The Amazon Resource Name (ARN) of the tenant.
1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1440 class CreateTenantResponse < Struct.new( :tenant_name, :tenant_id, :tenant_arn, :created_timestamp, :tags, :sending_status) SENSITIVE = [] include Aws::Structure end |
#tenant_id ⇒ String
A unique identifier for the tenant.
1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1440 class CreateTenantResponse < Struct.new( :tenant_name, :tenant_id, :tenant_arn, :created_timestamp, :tags, :sending_status) SENSITIVE = [] include Aws::Structure end |
#tenant_name ⇒ String
The name of the tenant.
1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1440 class CreateTenantResponse < Struct.new( :tenant_name, :tenant_id, :tenant_arn, :created_timestamp, :tags, :sending_status) SENSITIVE = [] include Aws::Structure end |