Skip to content

Literals#

Index > CloudWatchObservabilityAccessManager > Literals

Auto-generated documentation for CloudWatchObservabilityAccessManager type annotations stubs module mypy-boto3-oam.

ListAttachedLinksPaginatorName#

# ListAttachedLinksPaginatorName usage example

from mypy_boto3_oam.literals import ListAttachedLinksPaginatorName

def get_value() -> ListAttachedLinksPaginatorName:
    return "list_attached_links"
# ListAttachedLinksPaginatorName definition

ListAttachedLinksPaginatorName = Literal[
    "list_attached_links",
]

ListLinksPaginatorName#

# ListLinksPaginatorName usage example

from mypy_boto3_oam.literals import ListLinksPaginatorName

def get_value() -> ListLinksP