/AWS1/CL_CFSLISTCNCTRESPONSE¶
ListConnectorsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_connectorsummaries TYPE /AWS1/CL_CFSCONNECTORSUMMARY=>TT_CONNECTORSUMMARIES TT_CONNECTORSUMMARIES¶
A list of
ConnectorSummaryobjects.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CFSSTRING /AWS1/CFSSTRING¶
The
NextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.
Queryable Attributes¶
ConnectorSummaries¶
A list of
ConnectorSummaryobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTORSUMMARIES() |
Getter for CONNECTORSUMMARIES, with configurable default |
ASK_CONNECTORSUMMARIES() |
Getter for CONNECTORSUMMARIES w/ exceptions if field has no |
HAS_CONNECTORSUMMARIES() |
Determine if CONNECTORSUMMARIES has a value |
NextToken¶
The
NextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.
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 |