Skip to content

/AWS1/CL_ECSLISTDAEMONSRSP

ListDaemonsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_daemonsummarieslist TYPE /AWS1/CL_ECSDAEMONSUMMARY=>TT_DAEMONSUMMARIESLIST TT_DAEMONSUMMARIESLIST

The list of daemon summaries.

iv_nexttoken TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

The nextToken value to include in a future ListDaemons request. When the results of a ListDaemons request exceed maxResults, this value can be used to retrieve the next page of results.


Queryable Attributes

daemonSummariesList

The list of daemon summaries.

Accessible with the following methods

Method Description
GET_DAEMONSUMMARIESLIST() Getter for DAEMONSUMMARIESLIST, with configurable default
ASK_DAEMONSUMMARIESLIST() Getter for DAEMONSUMMARIESLIST w/ exceptions if field has no
HAS_DAEMONSUMMARIESLIST() Determine if DAEMONSUMMARIESLIST has a value

nextToken

The nextToken value to include in a future ListDaemons request. When the results of a ListDaemons request exceed maxResults, this value can be used to retrieve the next page of results.

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