/AWS1/CL_EC2SUCCFLASSOCRSPOBJ¶
Describes a successful application status check association.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_applicationstatuscheckid TYPE /AWS1/EC2APPSTATUSCHECKID /AWS1/EC2APPSTATUSCHECKID¶
The ID of the application status check.
iv_associationtype TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The type of association. Valid values:
EC2TAGandINSTANCE_ID.
iv_associationvalue TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The association value. For
EC2TAG, the value is formatted askey=value. ForINSTANCE_ID, the value is the instance ID.
Queryable Attributes¶
ApplicationStatusCheckId¶
The ID of the application status check.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONSTATUSCHECKID() |
Getter for APPLICATIONSTATUSCHECKID, with configurable defau |
ASK_APPLICATIONSTATUSCHECKID() |
Getter for APPLICATIONSTATUSCHECKID w/ exceptions if field h |
HAS_APPLICATIONSTATUSCHECKID() |
Determine if APPLICATIONSTATUSCHECKID has a value |
AssociationType¶
The type of association. Valid values:
EC2TAGandINSTANCE_ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONTYPE() |
Getter for ASSOCIATIONTYPE, with configurable default |
ASK_ASSOCIATIONTYPE() |
Getter for ASSOCIATIONTYPE w/ exceptions if field has no val |
HAS_ASSOCIATIONTYPE() |
Determine if ASSOCIATIONTYPE has a value |
AssociationValue¶
The association value. For
EC2TAG, the value is formatted askey=value. ForINSTANCE_ID, the value is the instance ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONVALUE() |
Getter for ASSOCIATIONVALUE, with configurable default |
ASK_ASSOCIATIONVALUE() |
Getter for ASSOCIATIONVALUE w/ exceptions if field has no va |
HAS_ASSOCIATIONVALUE() |
Determine if ASSOCIATIONVALUE 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_SUCCESSFULASSOCRESPONSESET¶
TYPES TT_SUCCESSFULASSOCRESPONSESET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2SUCCFLASSOCRSPOBJ WITH DEFAULT KEY
.