Struct aws_sdk_sqs::paginator::ListQueuesPaginatorItems
source · pub struct ListQueuesPaginatorItems(_);
Expand description
Flattened paginator for ListQueuesPaginator
This is created with .items()
Implementations§
source§impl ListQueuesPaginatorItems
impl ListQueuesPaginatorItems
sourcepub fn send(
self
) -> impl Stream<Item = Result<String, SdkError<ListQueuesError>>> + Unpin
pub fn send(
self
) -> impl Stream<Item = Result<String, SdkError<ListQueuesError>>> + Unpin
Create the pagination stream
Note: No requests will be dispatched until the stream is used (eg. with .next().await
).
To read the entirety of the paginator, use .collect::<Result<Vec<_>, _>()
.