/AWS1/CL_MPIDIMENSIONLABEL¶
A label used to group or categorize pricing dimensions, such as by region or SageMaker option.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_labeltype TYPE /AWS1/MPIDIMENSIONLABELTYPE /AWS1/MPIDIMENSIONLABELTYPE¶
The type of the dimension label, such as
RegionorSagemakerOption.
iv_labelvalue TYPE /AWS1/MPIBOUNDEDSTRING /AWS1/MPIBOUNDEDSTRING¶
The value used to group dimensions together.
Optional arguments:¶
iv_displayname TYPE /AWS1/MPIBOUNDEDSTRING /AWS1/MPIBOUNDEDSTRING¶
The human-readable display name of the label.
Queryable Attributes¶
labelType¶
The type of the dimension label, such as
RegionorSagemakerOption.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELTYPE() |
Getter for LABELTYPE, with configurable default |
ASK_LABELTYPE() |
Getter for LABELTYPE w/ exceptions if field has no value |
HAS_LABELTYPE() |
Determine if LABELTYPE has a value |
labelValue¶
The value used to group dimensions together.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELVALUE() |
Getter for LABELVALUE, with configurable default |
ASK_LABELVALUE() |
Getter for LABELVALUE w/ exceptions if field has no value |
HAS_LABELVALUE() |
Determine if LABELVALUE has a value |
displayName¶
The human-readable display name of the label.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME 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_DIMENSIONLABELLIST¶
TYPES TT_DIMENSIONLABELLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPIDIMENSIONLABEL WITH DEFAULT KEY
.