Paginators#
Index > CodeGuruProfiler > Paginators
Auto-generated documentation for CodeGuruProfiler type annotations stubs module mypy-boto3-codeguruprofiler.
ListProfileTimesPaginator#
Type annotations and code completion for boto3.client("codeguruprofiler").get_paginator("list_profile_times")
.
boto3 documentation
# ListProfileTimesPaginator usage example
from boto3.session import Session
from mypy_boto3_codeguruprofiler.paginator import ListProfileTimesPaginator
def get_list_profile_times_paginator() -> ListProfileTimesPaginator:
return Session().client("codeguruprofiler").get_paginator("list_profile_times")