/AWS1/CL_EC2UNSUCCSUPPRSPOBJ¶
Describes an unsuccessful 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 was attempted.
iv_resumeat TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME¶
The date and time when health checks would have resumed.
iv_reason TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The reason the suppression failed.
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 was attempted.
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 health checks would have resumed.
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 |
Reason¶
The reason the suppression failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON 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_UNSUCCFLSUPRSNRESPONSESET¶
TYPES TT_UNSUCCFLSUPRSNRESPONSESET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2UNSUCCSUPPRSPOBJ WITH DEFAULT KEY
.