/AWS1/CL_EC2CAPMANAGERCOND¶
Represents a filter condition for Capacity Manager queries. Contains dimension-based filtering criteria used to narrow down metric data and dimension results.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_dimensioncondition TYPE REF TO /AWS1/CL_EC2DIMENSIONCONDITION /AWS1/CL_EC2DIMENSIONCONDITION¶
The dimension-based condition that specifies how to filter the data based on dimension values.
Queryable Attributes¶
DimensionCondition¶
The dimension-based condition that specifies how to filter the data based on dimension values.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIMENSIONCONDITION() |
Getter for DIMENSIONCONDITION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CAPACITYMANAGERCONDITIONSET¶
TYPES TT_CAPACITYMANAGERCONDITIONSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2CAPMANAGERCOND WITH DEFAULT KEY
.