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
show all
Defined in:
(unknown)

Overview

An object that contains information about your account details.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#additional_contact_email_addressesArray<String>

Additional email addresses where updates are sent about your account review process.

Returns:

  • (Array<String>)

    Additional email addresses where updates are sent about your account review process.

#contact_languageString

The language you would prefer for the case. The contact language can be one of ENGLISH or JAPANESE.

Possible values:

  • EN
  • JA

Returns:

  • (String)

    The language you would prefer for the case.

#mail_typeString

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

Returns:

  • (String)

    The type of email your account is sending.

#review_detailsTypes::ReviewDetails

Information about the review of the latest details you submitted.

Returns:

#use_case_descriptionString

A description of the types of email that you plan to send.

Returns:

  • (String)

    A description of the types of email that you plan to send.

#website_urlString

The URL of your website. This information helps us better understand the type of content that you plan to send.

Returns:

  • (String)

    The URL of your website.