Skip to content

/AWS1/CL_RE2REGIONSTATUS

Contains information about the status of Resource Explorer configuration in a specific Amazon Web Services Region.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_region TYPE /AWS1/RE2STRING /AWS1/RE2STRING

The Amazon Web Services Region for which this status information applies.

io_index TYPE REF TO /AWS1/CL_RE2INDEXSTATUS /AWS1/CL_RE2INDEXSTATUS

The status information for the Resource Explorer index in this Region.

io_view TYPE REF TO /AWS1/CL_RE2VIEWSTATUS /AWS1/CL_RE2VIEWSTATUS

The status information for the Resource Explorer view in this Region.


Queryable Attributes

Region

The Amazon Web Services Region for which this status information applies.

Accessible with the following methods

Method Description
GET_REGION() Getter for REGION, with configurable default
ASK_REGION() Getter for REGION w/ exceptions if field has no value
HAS_REGION() Determine if REGION has a value

Index

The status information for the Resource Explorer index in this Region.

Accessible with the following methods

Method Description
GET_INDEX() Getter for INDEX

View

The status information for the Resource Explorer view in this Region.

Accessible with the following methods

Method Description
GET_VIEW() Getter for VIEW

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_REGIONSTATUSLIST

TYPES TT_REGIONSTATUSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RE2REGIONSTATUS WITH DEFAULT KEY
.