Module: Aws::SESV2::Client::_CreateTenantResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateTenantResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_timestamp ⇒ ::Time
- #sending_status ⇒ "ENABLED", ...
- #suppression_attributes ⇒ Types::TenantSuppressionAttributes
- #tags ⇒ ::Array[Types::Tag]
- #tenant_arn ⇒ ::String
- #tenant_id ⇒ ::String
- #tenant_name ⇒ ::String
Instance Method Details
#created_timestamp ⇒ ::Time
399 |
# File 'sig/client.rbs', line 399
def created_timestamp: () -> ::Time
|
#sending_status ⇒ "ENABLED", ...
401 |
# File 'sig/client.rbs', line 401
def sending_status: () -> ("ENABLED" | "REINSTATED" | "DISABLED")
|
#suppression_attributes ⇒ Types::TenantSuppressionAttributes
402 |
# File 'sig/client.rbs', line 402
def suppression_attributes: () -> Types::TenantSuppressionAttributes
|
#tags ⇒ ::Array[Types::Tag]
400 |
# File 'sig/client.rbs', line 400
def tags: () -> ::Array[Types::Tag]
|
#tenant_arn ⇒ ::String
398 |
# File 'sig/client.rbs', line 398
def tenant_arn: () -> ::String
|
#tenant_id ⇒ ::String
397 |
# File 'sig/client.rbs', line 397
def tenant_id: () -> ::String
|
#tenant_name ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def tenant_name: () -> ::String
|