/AWS1/CL_ACSLISTCONNECTORSRSP¶
ListConnectorsResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_CONNECTORS
TYPE /AWS1/CL_ACSCONNECTORSUMMARY=>TT_CONNECTORLIST
TT_CONNECTORLIST
¶
The connectors belonging to your Amazon Web Services account.
IV_NEXTTOKEN
TYPE /AWS1/ACSNEXTTOKEN
/AWS1/ACSNEXTTOKEN
¶
When you request a list of objects with a
MaxResults
setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Connector for SCEP returns aNextToken
value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.
Queryable Attributes¶
Connectors¶
The connectors belonging to your Amazon Web Services account.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONNECTORS() |
Getter for CONNECTORS, with configurable default |
ASK_CONNECTORS() |
Getter for CONNECTORS w/ exceptions if field has no value |
HAS_CONNECTORS() |
Determine if CONNECTORS has a value |
NextToken¶
When you request a list of objects with a
MaxResults
setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Connector for SCEP returns aNextToken
value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.
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 |