/AWS1/CL_IOMLISTPRPSRESPONSE¶
ListPropertiesResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_propertysummaries
TYPE /AWS1/CL_IOMPROPERTYSUMMARY=>TT_PROPERTYSUMMARIES
TT_PROPERTYSUMMARIES
¶
A list of objects that contain information about the properties.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/IOMNEXTTOKEN
/AWS1/IOMNEXTTOKEN
¶
The string that specifies the next page of property results.
Queryable Attributes¶
propertySummaries¶
A list of objects that contain information about the properties.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROPERTYSUMMARIES() |
Getter for PROPERTYSUMMARIES, with configurable default |
ASK_PROPERTYSUMMARIES() |
Getter for PROPERTYSUMMARIES w/ exceptions if field has no v |
HAS_PROPERTYSUMMARIES() |
Determine if PROPERTYSUMMARIES has a value |
nextToken¶
The string that specifies the next page of property 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 |