Skip to content

/AWS1/CL_SMIREGIONINFO

Information about a Amazon Web Services Region in your replication set.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_status TYPE /AWS1/SMIREGIONSTATUS /AWS1/SMIREGIONSTATUS

The status of the Amazon Web Services Region in the replication set.

iv_statusupdatedatetime TYPE /AWS1/SMITIMESTAMP /AWS1/SMITIMESTAMP

The timestamp for when Incident Manager updated the status of the Amazon Web Services Region.

Optional arguments:

iv_ssekmskeyid TYPE /AWS1/SMISSEKMSKEY /AWS1/SMISSEKMSKEY

The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.

iv_statusmessage TYPE /AWS1/SMISTRING /AWS1/SMISTRING

Information displayed about the status of the Amazon Web Services Region.


Queryable Attributes

sseKmsKeyId

The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.

Accessible with the following methods

Method Description
GET_SSEKMSKEYID() Getter for SSEKMSKEYID, with configurable default
ASK_SSEKMSKEYID() Getter for SSEKMSKEYID w/ exceptions if field has no value
HAS_SSEKMSKEYID() Determine if SSEKMSKEYID has a value

status

The status of the Amazon Web Services Region in the replication set.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

statusMessage

Information displayed about the status of the Amazon Web Services Region.

Accessible with the following methods

Method Description
GET_STATUSMESSAGE() Getter for STATUSMESSAGE, with configurable default
ASK_STATUSMESSAGE() Getter for STATUSMESSAGE w/ exceptions if field has no value
HAS_STATUSMESSAGE() Determine if STATUSMESSAGE has a value

statusUpdateDateTime

The timestamp for when Incident Manager updated the status of the Amazon Web Services Region.

Accessible with the following methods

Method Description
GET_STATUSUPDATEDATETIME() Getter for STATUSUPDATEDATETIME, with configurable default
ASK_STATUSUPDATEDATETIME() Getter for STATUSUPDATEDATETIME w/ exceptions if field has n
HAS_STATUSUPDATEDATETIME() Determine if STATUSUPDATEDATETIME has a value

Public Local Types In This Class

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

TS_REGIONINFOMAP_MAPROW

TYPES: BEGIN OF TS_REGIONINFOMAP_MAPROW,
  key TYPE /AWS1/SMIREGIONNAME,
  value TYPE REF TO /AWS1/CL_SMIREGIONINFO,
END OF TS_REGIONINFOMAP_MAPROW.

TT_REGIONINFOMAP

TYPES TT_REGIONINFOMAP TYPE HASHED TABLE OF /AWS1/CL_SMIREGIONINFO=>TS_REGIONINFOMAP_MAPROW WITH UNIQUE KEY key
.