/AWS1/CL_S3VLISTVECTORSOUTPUT¶
ListVectorsOutput
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_vectors
TYPE /AWS1/CL_S3VLISTOUTPUTVECTOR=>TT_LISTVECTORSOUTPUTLIST
TT_LISTVECTORSOUTPUTLIST
¶
Vectors in the current segment.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/S3VLISTVECTORSNEXTTOKEN
/AWS1/S3VLISTVECTORSNEXTTOKEN
¶
Pagination token to be used in the subsequent request. The field is empty if no further pagination is required.
Queryable Attributes¶
nextToken¶
Pagination token to be used in the subsequent request. The field is empty if no further pagination is required.
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 |
vectors¶
Vectors in the current segment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VECTORS() |
Getter for VECTORS, with configurable default |
ASK_VECTORS() |
Getter for VECTORS w/ exceptions if field has no value |
HAS_VECTORS() |
Determine if VECTORS has a value |