Skip to content

/AWS1/CL_REHLISTAPPINPSRCSRSP

ListAppInputSourcesResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_appinputsources TYPE /AWS1/CL_REHAPPINPUTSOURCE=>TT_APPINPUTSOURCELIST TT_APPINPUTSOURCELIST

The list of Resilience Hub application input sources.

Optional arguments:

iv_nexttoken TYPE /AWS1/REHNEXTTOKEN /AWS1/REHNEXTTOKEN

Token for the next set of results, or null if there are no more results.


Queryable Attributes

appInputSources

The list of Resilience Hub application input sources.

Accessible with the following methods

Method Description
GET_APPINPUTSOURCES() Getter for APPINPUTSOURCES, with configurable default
ASK_APPINPUTSOURCES() Getter for APPINPUTSOURCES w/ exceptions if field has no val
HAS_APPINPUTSOURCES() Determine if APPINPUTSOURCES has a value

nextToken

Token for the next set of results, or null if there are no more 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