Skip to content

Paginator#

Mypy_boto3_builder Index / Mypy Boto3 Builder / Structures / Paginator

Auto-generated documentation for mypy_boto3_builder.structures.paginator module.

Paginator#

Show source in paginator.py:18

Boto3 client Paginator.

Signature#

class Paginator(ClassRecord):
    def __init__(
        self,
        name: str,
        paginator_name: str,
        operation_name: str,
        service_name: ServiceName,
    ): ...

See also#

Show source in paginator.py:38

Link to boto3 docs.

Signature#

@property
def boto3_doc_link(self) -> str: ...

Paginator().get_client_method#

Show source in paginator.py:45

Get get_paginator method for Client.

Signature#

def get_client_method(self) -> Method: ...

See also#