/AWS1/CL_EC2SUCCFLSUPRSNRSPOBJ¶
Describes a successful application status check suppression.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_instanceid TYPE /AWS1/EC2INSTANCEID /AWS1/EC2INSTANCEID¶
The ID of the instance.
iv_suppressat TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME¶
The date and time when suppression started.
iv_resumeat TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME¶
The date and time when suppression ends and health checks resume.
Queryable Attributes¶
InstanceId¶
The ID of the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCEID() |
Getter for INSTANCEID, with configurable default |
ASK_INSTANCEID() |
Getter for INSTANCEID w/ exceptions if field has no value |
HAS_INSTANCEID() |
Determine if INSTANCEID has a value |
SuppressAt¶
The date and time when suppression started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPRESSAT() |
Getter for SUPPRESSAT, with configurable default |
ASK_SUPPRESSAT() |
Getter for SUPPRESSAT w/ exceptions if field has no value |
HAS_SUPPRESSAT() |
Determine if SUPPRESSAT has a value |
ResumeAt¶
The date and time when suppression ends and health checks resume.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESUMEAT() |
Getter for RESUMEAT, with configurable default |
ASK_RESUMEAT() |
Getter for RESUMEAT w/ exceptions if field has no value |
HAS_RESUMEAT() |
Determine if RESUMEAT 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_SUCCESSFULSUPRSNRESPONSESET¶
TYPES TT_SUCCESSFULSUPRSNRESPONSESET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2SUCCFLSUPRSNRSPOBJ WITH DEFAULT KEY
.