Skip to content

/AWS1/CL_COALSTAUTOEVTSTEPSRSP

ListAutomationEventStepsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_automationeventsteps TYPE /AWS1/CL_COAAUTOEVENTSTEP=>TT_AUTOMATIONEVENTSTEPS TT_AUTOMATIONEVENTSTEPS

The list of steps for the specified automation event.

iv_nexttoken TYPE /AWS1/COANEXTTOKEN /AWS1/COANEXTTOKEN

A token used for pagination. If present, indicates there are more results available and can be used in subsequent requests.


Queryable Attributes

automationEventSteps

The list of steps for the specified automation event.

Accessible with the following methods

Method Description
GET_AUTOMATIONEVENTSTEPS() Getter for AUTOMATIONEVENTSTEPS, with configurable default
ASK_AUTOMATIONEVENTSTEPS() Getter for AUTOMATIONEVENTSTEPS w/ exceptions if field has n
HAS_AUTOMATIONEVENTSTEPS() Determine if AUTOMATIONEVENTSTEPS has a value

nextToken

A token used for pagination. If present, indicates there are more results available and can be used in subsequent requests.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value