Skip to content

/AWS1/CL_SD2STARTDOMAINEXPRSP

StartDomainExportResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_clienttoken TYPE /AWS1/SD2IDEMPOTENCYTOKEN /AWS1/SD2IDEMPOTENCYTOKEN

The client token that was provided in the request.

iv_exportarn TYPE /AWS1/SD2EXPORTARN /AWS1/SD2EXPORTARN

Unique ARN identifier of the export.

iv_requestedat TYPE /AWS1/SD2REQUESTEDAT /AWS1/SD2REQUESTEDAT

Timestamp when the export request was received by the service.


Queryable Attributes

clientToken

The client token that was provided in the request.

Accessible with the following methods

Method Description
GET_CLIENTTOKEN() Getter for CLIENTTOKEN, with configurable default
ASK_CLIENTTOKEN() Getter for CLIENTTOKEN w/ exceptions if field has no value
HAS_CLIENTTOKEN() Determine if CLIENTTOKEN has a value

exportArn

Unique ARN identifier of the export.

Accessible with the following methods

Method Description
GET_EXPORTARN() Getter for EXPORTARN, with configurable default
ASK_EXPORTARN() Getter for EXPORTARN w/ exceptions if field has no value
HAS_EXPORTARN() Determine if EXPORTARN has a value

requestedAt

Timestamp when the export request was received by the service.

Accessible with the following methods

Method Description
GET_REQUESTEDAT() Getter for REQUESTEDAT, with configurable default
ASK_REQUESTEDAT() Getter for REQUESTEDAT w/ exceptions if field has no value
HAS_REQUESTEDAT() Determine if REQUESTEDAT has a value