Skip to content

/AWS1/CL_IOTUPDATEDIMENSIONRSP

UpdateDimensionResponse

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.

IV_TYPE TYPE /AWS1/IOTDIMENSIONTYPE /AWS1/IOTDIMENSIONTYPE

The type of the dimension.

IT_STRINGVALUES TYPE /AWS1/CL_IOTDIMTRINGVALUES_W=>TT_DIMENSIONSTRINGVALUES TT_DIMENSIONSTRINGVALUES

The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.

IV_CREATIONDATE TYPE /AWS1/IOTTIMESTAMP /AWS1/IOTTIMESTAMP

The date and time, in milliseconds since epoch, when the dimension was initially created.

IV_LASTMODIFIEDDATE TYPE /AWS1/IOTTIMESTAMP /AWS1/IOTTIMESTAMP

The date and time, in milliseconds since epoch, when the dimension was most recently updated.


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

type

The type of the dimension.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

stringValues

The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.

Accessible with the following methods

Method Description
GET_STRINGVALUES() Getter for STRINGVALUES, with configurable default
ASK_STRINGVALUES() Getter for STRINGVALUES w/ exceptions if field has no value
HAS_STRINGVALUES() Determine if STRINGVALUES has a value

creationDate

The date and time, in milliseconds since epoch, when the dimension was initially created.

Accessible with the following methods

Method Description
GET_CREATIONDATE() Getter for CREATIONDATE, with configurable default
ASK_CREATIONDATE() Getter for CREATIONDATE w/ exceptions if field has no value
HAS_CREATIONDATE() Determine if CREATIONDATE has a value

lastModifiedDate

The date and time, in milliseconds since epoch, when the dimension was most recently updated.

Accessible with the following methods

Method Description
GET_LASTMODIFIEDDATE() Getter for LASTMODIFIEDDATE, with configurable default
ASK_LASTMODIFIEDDATE() Getter for LASTMODIFIEDDATE w/ exceptions if field has no va
HAS_LASTMODIFIEDDATE() Determine if LASTMODIFIEDDATE has a value