Skip to content

/AWS1/CL_OSRCANCELLEDCHANGEPRP

A property change that was cancelled for an Amazon OpenSearch Service domain.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_propertyname TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING

The name of the property whose change was cancelled.

iv_cancelledvalue TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING

The pending value of the property that was cancelled. This would have been the eventual value of the property if the chance had not been cancelled.

iv_activevalue TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING

The current value of the property, after the change was cancelled.


Queryable Attributes

PropertyName

The name of the property whose change was cancelled.

Accessible with the following methods

Method Description
GET_PROPERTYNAME() Getter for PROPERTYNAME, with configurable default
ASK_PROPERTYNAME() Getter for PROPERTYNAME w/ exceptions if field has no value
HAS_PROPERTYNAME() Determine if PROPERTYNAME has a value

CancelledValue

The pending value of the property that was cancelled. This would have been the eventual value of the property if the chance had not been cancelled.

Accessible with the following methods

Method Description
GET_CANCELLEDVALUE() Getter for CANCELLEDVALUE, with configurable default
ASK_CANCELLEDVALUE() Getter for CANCELLEDVALUE w/ exceptions if field has no valu
HAS_CANCELLEDVALUE() Determine if CANCELLEDVALUE has a value

ActiveValue

The current value of the property, after the change was cancelled.

Accessible with the following methods

Method Description
GET_ACTIVEVALUE() Getter for ACTIVEVALUE, with configurable default
ASK_ACTIVEVALUE() Getter for ACTIVEVALUE w/ exceptions if field has no value
HAS_ACTIVEVALUE() Determine if ACTIVEVALUE 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_CANCELLEDCHANGEPROPERTYLIST

TYPES TT_CANCELLEDCHANGEPROPERTYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OSRCANCELLEDCHANGEPRP WITH DEFAULT KEY
.