Skip to content

/AWS1/CL_SFNMAPRUNLISTITEM

Contains details about a specific Map Run.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_EXECUTIONARN TYPE /AWS1/SFNARN /AWS1/SFNARN

The executionArn of the execution from which the Map Run was started.

IV_MAPRUNARN TYPE /AWS1/SFNLONGARN /AWS1/SFNLONGARN

The Amazon Resource Name (ARN) of the Map Run.

IV_STATEMACHINEARN TYPE /AWS1/SFNARN /AWS1/SFNARN

The Amazon Resource Name (ARN) of the executed state machine.

IV_STARTDATE TYPE /AWS1/SFNTIMESTAMP /AWS1/SFNTIMESTAMP

The date on which the Map Run started.

Optional arguments:

IV_STOPDATE TYPE /AWS1/SFNTIMESTAMP /AWS1/SFNTIMESTAMP

The date on which the Map Run stopped.


Queryable Attributes

executionArn

The executionArn of the execution from which the Map Run was started.

Accessible with the following methods

Method Description
GET_EXECUTIONARN() Getter for EXECUTIONARN, with configurable default
ASK_EXECUTIONARN() Getter for EXECUTIONARN w/ exceptions if field has no value
HAS_EXECUTIONARN() Determine if EXECUTIONARN has a value

mapRunArn

The Amazon Resource Name (ARN) of the Map Run.

Accessible with the following methods

Method Description
GET_MAPRUNARN() Getter for MAPRUNARN, with configurable default
ASK_MAPRUNARN() Getter for MAPRUNARN w/ exceptions if field has no value
HAS_MAPRUNARN() Determine if MAPRUNARN has a value

stateMachineArn

The Amazon Resource Name (ARN) of the executed state machine.

Accessible with the following methods

Method Description
GET_STATEMACHINEARN() Getter for STATEMACHINEARN, with configurable default
ASK_STATEMACHINEARN() Getter for STATEMACHINEARN w/ exceptions if field has no val
HAS_STATEMACHINEARN() Determine if STATEMACHINEARN has a value

startDate

The date on which the Map Run started.

Accessible with the following methods

Method Description
GET_STARTDATE() Getter for STARTDATE, with configurable default
ASK_STARTDATE() Getter for STARTDATE w/ exceptions if field has no value
HAS_STARTDATE() Determine if STARTDATE has a value

stopDate

The date on which the Map Run stopped.

Accessible with the following methods

Method Description
GET_STOPDATE() Getter for STOPDATE, with configurable default
ASK_STOPDATE() Getter for STOPDATE w/ exceptions if field has no value
HAS_STOPDATE() Determine if STOPDATE 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_MAPRUNLIST

TYPES TT_MAPRUNLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SFNMAPRUNLISTITEM WITH DEFAULT KEY
.