/AWS1/CL_KYZLISTSTREAMSOUTPUT¶
ListStreamsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_streams TYPE /AWS1/CL_KYZSTREAM=>TT_STREAMLIST TT_STREAMLIST¶
An array of stream objects, each containing summary information about a stream including its ARN, status, and associated table information. This list includes all streams that match the request criteria.
iv_nexttoken TYPE /AWS1/KYZSTREAMARNTOKEN /AWS1/KYZSTREAMARNTOKEN¶
A pagination token that can be used in a subsequent
ListStreamsrequest. This token is returned if the response contains more streams than can be returned in a single response based on theMaxResultsparameter.
Queryable Attributes¶
streams¶
An array of stream objects, each containing summary information about a stream including its ARN, status, and associated table information. This list includes all streams that match the request criteria.
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 |
nextToken¶
A pagination token that can be used in a subsequent
ListStreamsrequest. This token is returned if the response contains more streams than can be returned in a single response based on theMaxResultsparameter.
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 |