/AWS1/CL_UNTNOTIFHUBOVERVIEW¶
Describes an overview of a NotificationHub
.
A NotificationConfiguration
is an account-level setting used to select the Regions where you want to store, process and replicate your notifications.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_notificationhubregion
TYPE /AWS1/UNTREGION
/AWS1/UNTREGION
¶
The Region of the resource.
io_statussummary
TYPE REF TO /AWS1/CL_UNTNOTIFHUBSTATUSSUMM
/AWS1/CL_UNTNOTIFHUBSTATUSSUMM
¶
The status summary of the resource.
iv_creationtime
TYPE /AWS1/UNTCREATIONTIME
/AWS1/UNTCREATIONTIME
¶
The date and time the
NotificationHubOverview
was created.
Optional arguments:¶
iv_lastactivationtime
TYPE /AWS1/UNTLASTACTIVATIONTIME
/AWS1/UNTLASTACTIVATIONTIME
¶
The most recent time this
NotificationHub
had anACTIVE
status.
Queryable Attributes¶
notificationHubRegion¶
The Region of the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NOTIFICATIONHUBREGION() |
Getter for NOTIFICATIONHUBREGION, with configurable default |
ASK_NOTIFICATIONHUBREGION() |
Getter for NOTIFICATIONHUBREGION w/ exceptions if field has |
HAS_NOTIFICATIONHUBREGION() |
Determine if NOTIFICATIONHUBREGION has a value |
statusSummary¶
The status summary of the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSSUMMARY() |
Getter for STATUSSUMMARY |
creationTime¶
The date and time the
NotificationHubOverview
was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
lastActivationTime¶
The most recent time this
NotificationHub
had anACTIVE
status.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTACTIVATIONTIME() |
Getter for LASTACTIVATIONTIME, with configurable default |
ASK_LASTACTIVATIONTIME() |
Getter for LASTACTIVATIONTIME w/ exceptions if field has no |
HAS_LASTACTIVATIONTIME() |
Determine if LASTACTIVATIONTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_NOTIFICATIONHUBS
¶
TYPES TT_NOTIFICATIONHUBS TYPE STANDARD TABLE OF REF TO /AWS1/CL_UNTNOTIFHUBOVERVIEW WITH DEFAULT KEY
.