/AWS1/CL_SSMLISTCLOUDCNCTRSLT¶
ListCloudConnectorsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_cloudconnectors TYPE /AWS1/CL_SSMCLOUDCNCTUMMARY=>TT_CLOUDCONNECTORSUMMARYLIST TT_CLOUDCONNECTORSUMMARYLIST¶
A list of cloud connector summary objects.
iv_nexttoken TYPE /AWS1/SSMNEXTTOKEN /AWS1/SSMNEXTTOKEN¶
The token to use when requesting the next set of items.
Queryable Attributes¶
CloudConnectors¶
A list of cloud connector summary objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOUDCONNECTORS() |
Getter for CLOUDCONNECTORS, with configurable default |
ASK_CLOUDCONNECTORS() |
Getter for CLOUDCONNECTORS w/ exceptions if field has no val |
HAS_CLOUDCONNECTORS() |
Determine if CLOUDCONNECTORS has a value |
NextToken¶
The token to use when requesting the next set of items.
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 |