Skip to content

Paginators#

Index > OpsWorks > Paginators

Auto-generated documentation for OpsWorks type annotations stubs module mypy-boto3-opsworks.

DescribeEcsClustersPaginator#

Type annotations and code completion for boto3.client("opsworks").get_paginator("describe_ecs_clusters"). boto3 documentation

# DescribeEcsClustersPaginator usage example

from boto3.session import Session

from mypy_boto3_opsworks.paginator import DescribeEcsClustersPaginator

def get_describe_ecs_clusters_paginator() -> DescribeEcsClustersPaginator:
    return Session().client("opsworks").get_paginator("describe_ecs_clusters")