/AWS1/CL_EC2RESERVEDINSTSMOD¶
Describes a Reserved Instance modification.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_clienttoken TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.
iv_createdate TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME¶
The time when the modification request was created.
iv_effectivedate TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME¶
The time for the modification to become effective.
it_modificationresults TYPE /AWS1/CL_EC2RSVDINSTSMODRESULT=>TT_RESERVEDINSTSMODRESULTLIST TT_RESERVEDINSTSMODRESULTLIST¶
Contains target configurations along with their corresponding new Reserved Instance IDs.
it_reservedinstancesids TYPE /AWS1/CL_EC2RESERVEDINSTSID=>TT_RESERVEDINTANCESIDS TT_RESERVEDINTANCESIDS¶
The IDs of one or more Reserved Instances.
iv_reservedinstancesmodid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
A unique ID for the Reserved Instance modification.
iv_status TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The status of the Reserved Instances modification request.
iv_statusmessage TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The reason for the status.
iv_updatedate TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME¶
The time when the modification request was last updated.
Queryable Attributes¶
ClientToken¶
A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTTOKEN() |
Getter for CLIENTTOKEN, with configurable default |
ASK_CLIENTTOKEN() |
Getter for CLIENTTOKEN w/ exceptions if field has no value |
HAS_CLIENTTOKEN() |
Determine if CLIENTTOKEN has a value |
CreateDate¶
The time when the modification request was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDATE() |
Getter for CREATEDATE, with configurable default |
ASK_CREATEDATE() |
Getter for CREATEDATE w/ exceptions if field has no value |
HAS_CREATEDATE() |
Determine if CREATEDATE has a value |
EffectiveDate¶
The time for the modification to become effective.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EFFECTIVEDATE() |
Getter for EFFECTIVEDATE, with configurable default |
ASK_EFFECTIVEDATE() |
Getter for EFFECTIVEDATE w/ exceptions if field has no value |
HAS_EFFECTIVEDATE() |
Determine if EFFECTIVEDATE has a value |
ModificationResults¶
Contains target configurations along with their corresponding new Reserved Instance IDs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODIFICATIONRESULTS() |
Getter for MODIFICATIONRESULTS, with configurable default |
ASK_MODIFICATIONRESULTS() |
Getter for MODIFICATIONRESULTS w/ exceptions if field has no |
HAS_MODIFICATIONRESULTS() |
Determine if MODIFICATIONRESULTS has a value |
ReservedInstancesIds¶
The IDs of one or more Reserved Instances.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESERVEDINSTANCESIDS() |
Getter for RESERVEDINSTANCESIDS, with configurable default |
ASK_RESERVEDINSTANCESIDS() |
Getter for RESERVEDINSTANCESIDS w/ exceptions if field has n |
HAS_RESERVEDINSTANCESIDS() |
Determine if RESERVEDINSTANCESIDS has a value |
ReservedInstancesModificationId¶
A unique ID for the Reserved Instance modification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESERVEDINSTANCESMODID() |
Getter for RESERVEDINSTANCESMODID, with configurable default |
ASK_RESERVEDINSTANCESMODID() |
Getter for RESERVEDINSTANCESMODID w/ exceptions if field has |
HAS_RESERVEDINSTANCESMODID() |
Determine if RESERVEDINSTANCESMODID has a value |
Status¶
The status of the Reserved Instances modification request.
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¶
The reason for the status.
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 |
UpdateDate¶
The time when the modification request was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDATE() |
Getter for UPDATEDATE, with configurable default |
ASK_UPDATEDATE() |
Getter for UPDATEDATE w/ exceptions if field has no value |
HAS_UPDATEDATE() |
Determine if UPDATEDATE 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_RESERVEDINSTANCESMODLIST¶
TYPES TT_RESERVEDINSTANCESMODLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2RESERVEDINSTSMOD WITH DEFAULT KEY
.