Skip to content

/AWS1/CL_CNTDSCEMAILADDRESSRSP

DescribeEmailAddressResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_emailaddressid TYPE /AWS1/CNTEMAILADDRESSID /AWS1/CNTEMAILADDRESSID

The identifier of the email address.

iv_emailaddressarn TYPE /AWS1/CNTEMAILADDRESSARN /AWS1/CNTEMAILADDRESSARN

The Amazon Resource Name (ARN) of the email address.

iv_emailaddress TYPE /AWS1/CNTEMAILADDRESS /AWS1/CNTEMAILADDRESS

The email address, including the domain.

iv_displayname TYPE /AWS1/CNTEMAILADDRESSDSPNAME /AWS1/CNTEMAILADDRESSDSPNAME

The display name of email address

iv_description TYPE /AWS1/CNTDESCRIPTION /AWS1/CNTDESCRIPTION

The description of the email address.

iv_createtimestamp TYPE /AWS1/CNTISO8601DATETIME /AWS1/CNTISO8601DATETIME

The email address creation timestamp in ISO 8601 Datetime.

iv_modifiedtimestamp TYPE /AWS1/CNTISO8601DATETIME /AWS1/CNTISO8601DATETIME

The email address last modification timestamp in ISO 8601 Datetime.

it_aliasconfigurations TYPE /AWS1/CL_CNTALIASCONFIGURATION=>TT_ALIASCONFIGURATIONLIST TT_ALIASCONFIGURATIONLIST

A list of alias configurations associated with this email address. Contains details about email addresses that forward to this primary email address. The list can contain at most one alias configuration per email address.

it_tags TYPE /AWS1/CL_CNTTAGMAP_W=>TT_TAGMAP TT_TAGMAP

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.


Queryable Attributes

EmailAddressId

The identifier of the email address.

Accessible with the following methods

Method Description
GET_EMAILADDRESSID() Getter for EMAILADDRESSID, with configurable default
ASK_EMAILADDRESSID() Getter for EMAILADDRESSID w/ exceptions if field has no valu
HAS_EMAILADDRESSID() Determine if EMAILADDRESSID has a value

EmailAddressArn

The Amazon Resource Name (ARN) of the email address.

Accessible with the following methods

Method Description
GET_EMAILADDRESSARN() Getter for EMAILADDRESSARN, with configurable default
ASK_EMAILADDRESSARN() Getter for EMAILADDRESSARN w/ exceptions if field has no val
HAS_EMAILADDRESSARN() Determine if EMAILADDRESSARN has a value

EmailAddress

The email address, including the domain.

Accessible with the following methods

Method Description
GET_EMAILADDRESS() Getter for EMAILADDRESS, with configurable default
ASK_EMAILADDRESS() Getter for EMAILADDRESS w/ exceptions if field has no value
HAS_EMAILADDRESS() Determine if EMAILADDRESS has a value

DisplayName

The display name of email address

Accessible with the following methods

Method Description
GET_DISPLAYNAME() Getter for DISPLAYNAME, with configurable default
ASK_DISPLAYNAME() Getter for DISPLAYNAME w/ exceptions if field has no value
HAS_DISPLAYNAME() Determine if DISPLAYNAME has a value

Description

The description of the email address.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

CreateTimestamp

The email address creation timestamp in ISO 8601 Datetime.

Accessible with the following methods

Method Description
GET_CREATETIMESTAMP() Getter for CREATETIMESTAMP, with configurable default
ASK_CREATETIMESTAMP() Getter for CREATETIMESTAMP w/ exceptions if field has no val
HAS_CREATETIMESTAMP() Determine if CREATETIMESTAMP has a value

ModifiedTimestamp

The email address last modification timestamp in ISO 8601 Datetime.

Accessible with the following methods

Method Description
GET_MODIFIEDTIMESTAMP() Getter for MODIFIEDTIMESTAMP, with configurable default
ASK_MODIFIEDTIMESTAMP() Getter for MODIFIEDTIMESTAMP w/ exceptions if field has no v
HAS_MODIFIEDTIMESTAMP() Determine if MODIFIEDTIMESTAMP has a value

AliasConfigurations

A list of alias configurations associated with this email address. Contains details about email addresses that forward to this primary email address. The list can contain at most one alias configuration per email address.

Accessible with the following methods

Method Description
GET_ALIASCONFIGURATIONS() Getter for ALIASCONFIGURATIONS, with configurable default
ASK_ALIASCONFIGURATIONS() Getter for ALIASCONFIGURATIONS w/ exceptions if field has no
HAS_ALIASCONFIGURATIONS() Determine if ALIASCONFIGURATIONS has a value

Tags

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value