/AWS1/CL_IOTCREATEDIMENSIONRSP¶
CreateDimensionResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/IOTDIMENSIONNAME /AWS1/IOTDIMENSIONNAME¶
A unique identifier for the dimension.
iv_arn TYPE /AWS1/IOTDIMENSIONARN /AWS1/IOTDIMENSIONARN¶
The Amazon Resource Name (ARN) of the created dimension.
Queryable Attributes¶
name¶
A unique identifier for the dimension.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
arn¶
The Amazon Resource Name (ARN) of the created dimension.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |