Module: Aws::SESV2::Client::_GetAccountResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAccountResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dedicated_ip_auto_warmup_enabled ⇒ Boolean
- #details ⇒ Types::AccountDetails
- #enforcement_status ⇒ ::String
- #production_access_enabled ⇒ Boolean
- #send_quota ⇒ Types::SendQuota
- #sending_enabled ⇒ Boolean
- #suppression_attributes ⇒ Types::SuppressionAttributes
- #vdm_attributes ⇒ Types::VdmAttributes
Instance Method Details
#dedicated_ip_auto_warmup_enabled ⇒ Boolean
555 |
# File 'sig/client.rbs', line 555
def dedicated_ip_auto_warmup_enabled: () -> bool
|
#details ⇒ Types::AccountDetails
561 |
# File 'sig/client.rbs', line 561
def details: () -> Types::AccountDetails
|
#enforcement_status ⇒ ::String
556 |
# File 'sig/client.rbs', line 556
def enforcement_status: () -> ::String
|
#production_access_enabled ⇒ Boolean
557 |
# File 'sig/client.rbs', line 557
def production_access_enabled: () -> bool
|
#send_quota ⇒ Types::SendQuota
558 |
# File 'sig/client.rbs', line 558
def send_quota: () -> Types::SendQuota
|
#sending_enabled ⇒ Boolean
559 |
# File 'sig/client.rbs', line 559
def sending_enabled: () -> bool
|
#suppression_attributes ⇒ Types::SuppressionAttributes
560 |
# File 'sig/client.rbs', line 560
def suppression_attributes: () -> Types::SuppressionAttributes
|
#vdm_attributes ⇒ Types::VdmAttributes
562 |
# File 'sig/client.rbs', line 562
def vdm_attributes: () -> Types::VdmAttributes
|