Skip to content

/AWS1/CL_IOITSRREGRESPONSE

Information about the registered Amazon Timestream resources or errors, if any.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_timestreamdatabasename TYPE /AWS1/IOITSRDATABASENAME /AWS1/IOITSRDATABASENAME

The name of the Timestream database.

iv_timestreamtablename TYPE /AWS1/IOITIMESTREAMTABLENAME /AWS1/IOITIMESTREAMTABLENAME

The name of the Timestream database table.

iv_registrationstatus TYPE /AWS1/IOIREGISTRATIONSTATUS /AWS1/IOIREGISTRATIONSTATUS

The status of registering your Amazon Timestream resources. The status can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.

Optional arguments:

iv_timestreamdatabasearn TYPE /AWS1/IOIARN /AWS1/IOIARN

The Amazon Resource Name (ARN) of the Timestream database.

iv_timestreamtablearn TYPE /AWS1/IOIARN /AWS1/IOIARN

The ARN of the Timestream database table.

iv_errormessage TYPE /AWS1/IOIERRORMESSAGE /AWS1/IOIERRORMESSAGE

A message associated with a registration error.


Queryable Attributes

timestreamDatabaseName

The name of the Timestream database.

Accessible with the following methods

Method Description
GET_TIMESTREAMDATABASENAME() Getter for TIMESTREAMDATABASENAME, with configurable default
ASK_TIMESTREAMDATABASENAME() Getter for TIMESTREAMDATABASENAME w/ exceptions if field has
HAS_TIMESTREAMDATABASENAME() Determine if TIMESTREAMDATABASENAME has a value

timestreamTableName

The name of the Timestream database table.

Accessible with the following methods

Method Description
GET_TIMESTREAMTABLENAME() Getter for TIMESTREAMTABLENAME, with configurable default
ASK_TIMESTREAMTABLENAME() Getter for TIMESTREAMTABLENAME w/ exceptions if field has no
HAS_TIMESTREAMTABLENAME() Determine if TIMESTREAMTABLENAME has a value

timestreamDatabaseArn

The Amazon Resource Name (ARN) of the Timestream database.

Accessible with the following methods

Method Description
GET_TIMESTREAMDATABASEARN() Getter for TIMESTREAMDATABASEARN, with configurable default
ASK_TIMESTREAMDATABASEARN() Getter for TIMESTREAMDATABASEARN w/ exceptions if field has
HAS_TIMESTREAMDATABASEARN() Determine if TIMESTREAMDATABASEARN has a value

timestreamTableArn

The ARN of the Timestream database table.

Accessible with the following methods

Method Description
GET_TIMESTREAMTABLEARN() Getter for TIMESTREAMTABLEARN, with configurable default
ASK_TIMESTREAMTABLEARN() Getter for TIMESTREAMTABLEARN w/ exceptions if field has no
HAS_TIMESTREAMTABLEARN() Determine if TIMESTREAMTABLEARN has a value

registrationStatus

The status of registering your Amazon Timestream resources. The status can be one of REGISTRATION_SUCCESS, REGISTRATION_PENDING, REGISTRATION_FAILURE.

Accessible with the following methods

Method Description
GET_REGISTRATIONSTATUS() Getter for REGISTRATIONSTATUS, with configurable default
ASK_REGISTRATIONSTATUS() Getter for REGISTRATIONSTATUS w/ exceptions if field has no
HAS_REGISTRATIONSTATUS() Determine if REGISTRATIONSTATUS has a value

errorMessage

A message associated with a registration error.

Accessible with the following methods

Method Description
GET_ERRORMESSAGE() Getter for ERRORMESSAGE, with configurable default
ASK_ERRORMESSAGE() Getter for ERRORMESSAGE w/ exceptions if field has no value
HAS_ERRORMESSAGE() Determine if ERRORMESSAGE has a value