Skip to content

/AWS1/CL_RDSSOURCEREGIONMSG

Contains the result of a successful invocation of the DescribeSourceRegions action.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_MARKER TYPE /AWS1/RDSSTRING /AWS1/RDSSTRING

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

IT_SOURCEREGIONS TYPE /AWS1/CL_RDSSOURCEREGION=>TT_SOURCEREGIONLIST TT_SOURCEREGIONLIST

A list of SourceRegion instances that contains each source Amazon Web Services Region that the current Amazon Web Services Region can get a read replica or a DB snapshot from.


Queryable Attributes

Marker

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

Accessible with the following methods

Method Description
GET_MARKER() Getter for MARKER, with configurable default
ASK_MARKER() Getter for MARKER w/ exceptions if field has no value
HAS_MARKER() Determine if MARKER has a value

SourceRegions

A list of SourceRegion instances that contains each source Amazon Web Services Region that the current Amazon Web Services Region can get a read replica or a DB snapshot from.

Accessible with the following methods

Method Description
GET_SOURCEREGIONS() Getter for SOURCEREGIONS, with configurable default
ASK_SOURCEREGIONS() Getter for SOURCEREGIONS w/ exceptions if field has no value
HAS_SOURCEREGIONS() Determine if SOURCEREGIONS has a value