/AWS1/CL_EC2INSTANCECOUNT¶
Describes a Reserved Instance listing state.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_instancecount TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER¶
The number of listed Reserved Instances in the state specified by the
state.
iv_state TYPE /AWS1/EC2LISTINGSTATE /AWS1/EC2LISTINGSTATE¶
The states of the listed Reserved Instances.
Queryable Attributes¶
InstanceCount¶
The number of listed Reserved Instances in the state specified by the
state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCECOUNT() |
Getter for INSTANCECOUNT, with configurable default |
ASK_INSTANCECOUNT() |
Getter for INSTANCECOUNT w/ exceptions if field has no value |
HAS_INSTANCECOUNT() |
Determine if INSTANCECOUNT has a value |
State¶
The states of the listed Reserved Instances.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE 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_INSTANCECOUNTLIST¶
TYPES TT_INSTANCECOUNTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2INSTANCECOUNT WITH DEFAULT KEY
.