/AWS1/CL_SUSDIMENSIONENTRY¶
Represents a dimension and its corresponding value.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_dimension TYPE /AWS1/SUSDIMENSION /AWS1/SUSDIMENSION¶
The dimension type that categorizes this entry.
iv_value TYPE /AWS1/SUSSTRING /AWS1/SUSSTRING¶
The value for the specified dimension. Valid values vary based on the dimension type (e.g.,
us-east-1for theREGIONdimension,AmazonEC2for theSERVICEdimension).
Queryable Attributes¶
Dimension¶
The dimension type that categorizes this entry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DIMENSION() |
Getter for DIMENSION, with configurable default |
ASK_DIMENSION() |
Getter for DIMENSION w/ exceptions if field has no value |
HAS_DIMENSION() |
Determine if DIMENSION has a value |
Value¶
The value for the specified dimension. Valid values vary based on the dimension type (e.g.,
us-east-1for theREGIONdimension,AmazonEC2for theSERVICEdimension).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE 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_DIMENSIONENTRYLIST¶
TYPES TT_DIMENSIONENTRYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SUSDIMENSIONENTRY WITH DEFAULT KEY
.