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
- #pricing_attributes ⇒ Types::PricingAttributes
- #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
577 |
# File 'sig/client.rbs', line 577
def dedicated_ip_auto_warmup_enabled: () -> bool
|
#details ⇒ Types::AccountDetails
583 |
# File 'sig/client.rbs', line 583
def details: () -> Types::AccountDetails
|
#enforcement_status ⇒ ::String
578 |
# File 'sig/client.rbs', line 578
def enforcement_status: () -> ::String
|
#pricing_attributes ⇒ Types::PricingAttributes
585 |
# File 'sig/client.rbs', line 585
def pricing_attributes: () -> Types::PricingAttributes
|
#production_access_enabled ⇒ Boolean
579 |
# File 'sig/client.rbs', line 579
def production_access_enabled: () -> bool
|
#send_quota ⇒ Types::SendQuota
580 |
# File 'sig/client.rbs', line 580
def send_quota: () -> Types::SendQuota
|
#sending_enabled ⇒ Boolean
581 |
# File 'sig/client.rbs', line 581
def sending_enabled: () -> bool
|
#suppression_attributes ⇒ Types::SuppressionAttributes
582 |
# File 'sig/client.rbs', line 582
def suppression_attributes: () -> Types::SuppressionAttributes
|
#vdm_attributes ⇒ Types::VdmAttributes
584 |
# File 'sig/client.rbs', line 584
def vdm_attributes: () -> Types::VdmAttributes
|