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
411 |
# File 'sig/client.rbs', line 411
def created_timestamp: () -> ::Time
|
#sending_status ⇒ "ENABLED", ...
413 |
# File 'sig/client.rbs', line 413
def sending_status: () -> ("ENABLED" | "REINSTATED" | "DISABLED")
|
#suppression_attributes ⇒ Types::TenantSuppressionAttributes
414 |
# File 'sig/client.rbs', line 414
def suppression_attributes: () -> Types::TenantSuppressionAttributes
|
#tags ⇒ ::Array[Types::Tag]
412 |
# File 'sig/client.rbs', line 412
def tags: () -> ::Array[Types::Tag]
|
#tenant_arn ⇒ ::String
410 |
# File 'sig/client.rbs', line 410
def tenant_arn: () -> ::String
|
#tenant_id ⇒ ::String
409 |
# File 'sig/client.rbs', line 409
def tenant_id: () -> ::String
|
#tenant_name ⇒ ::String
408 |
# File 'sig/client.rbs', line 408
def tenant_name: () -> ::String
|