Skip to content

/AWS1/CL_DYSLISTSTREAMSOUTPUT

Represents the output of a ListStreams operation.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_streams TYPE /AWS1/CL_DYSSTREAM=>TT_STREAMLIST TT_STREAMLIST

A list of stream descriptors associated with the current account and endpoint.

iv_lastevaluatedstreamarn TYPE /AWS1/DYSSTREAMARN /AWS1/DYSSTREAMARN

The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

If LastEvaluatedStreamArn is empty, then the "last page" of results has been processed and there is no more data to be retrieved.

If LastEvaluatedStreamArn is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn is empty.


Queryable Attributes

Streams

A list of stream descriptors associated with the current account and endpoint.

Accessible with the following methods

Method Description
GET_STREAMS() Getter for STREAMS, with configurable default
ASK_STREAMS() Getter for STREAMS w/ exceptions if field has no value
HAS_STREAMS() Determine if STREAMS has a value

LastEvaluatedStreamArn

The stream ARN of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

If LastEvaluatedStreamArn is empty, then the "last page" of results has been processed and there is no more data to be retrieved.

If LastEvaluatedStreamArn is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedStreamArn is empty.

Accessible with the following methods

Method Description
GET_LASTEVALUATEDSTREAMARN() Getter for LASTEVALUATEDSTREAMARN, with configurable default
ASK_LASTEVALUATEDSTREAMARN() Getter for LASTEVALUATEDSTREAMARN w/ exceptions if field has
HAS_LASTEVALUATEDSTREAMARN() Determine if LASTEVALUATEDSTREAMARN has a value