/AWS1/CL_EC2PRICINGDETAIL¶
Describes a Reserved Instance offering.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_count TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER¶
The number of reservations available for the price.
iv_price TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The price per instance.
Queryable Attributes¶
Count¶
The number of reservations available for the price.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT, with configurable default |
ASK_COUNT() |
Getter for COUNT w/ exceptions if field has no value |
HAS_COUNT() |
Determine if COUNT has a value |
Price¶
The price per instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRICE() |
Getter for PRICE, with configurable default |
ASK_PRICE() |
Getter for PRICE w/ exceptions if field has no value |
STR_PRICE() |
String format for PRICE, with configurable default |
HAS_PRICE() |
Determine if PRICE 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_PRICINGDETAILSLIST¶
TYPES TT_PRICINGDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2PRICINGDETAIL WITH DEFAULT KEY
.