You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::AccountDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::AccountDetails
- Defined in:
- (unknown)
Overview
An object that contains information about your account details.
Returned by:
Instance Attribute Summary collapse
-
#additional_contact_email_addresses ⇒ Array<String>
Additional email addresses where updates are sent about your account review process.
-
#contact_language ⇒ String
The language you would prefer for the case.
-
#mail_type ⇒ String
The type of email your account is sending.
-
#review_details ⇒ Types::ReviewDetails
Information about the review of the latest details you submitted.
-
#use_case_description ⇒ String
A description of the types of email that you plan to send.
-
#website_url ⇒ String
The URL of your website.
Instance Attribute Details
#additional_contact_email_addresses ⇒ Array<String>
Additional email addresses where updates are sent about your account review process.
#contact_language ⇒ String
The language you would prefer for the case. The contact language can be
one of ENGLISH
or JAPANESE
.
Possible values:
- EN
- JA
#mail_type ⇒ String
The type of email your account is sending. The mail type can be one of the following:
MARKETING
– Most of your sending traffic is to keep your customers informed of your latest offering.TRANSACTIONAL
– Most of your sending traffic is to communicate during a transaction with a customer.Possible values:
- MARKETING
- TRANSACTIONAL
#review_details ⇒ Types::ReviewDetails
Information about the review of the latest details you submitted.
#use_case_description ⇒ String
A description of the types of email that you plan to send.
#website_url ⇒ String
The URL of your website. This information helps us better understand the type of content that you plan to send.