Literals#
Index > Route53Profiles > Literals
Auto-generated documentation for Route53Profiles type annotations stubs module mypy-boto3-route53profiles.
ListProfileAssociationsPaginatorName#
# ListProfileAssociationsPaginatorName usage example
from mypy_boto3_route53profiles.literals import ListProfileAssociationsPaginatorName
def get_value() -> ListProfileAssociationsPaginatorName:
return "list_profile_associations"
# ListProfileAssociationsPaginatorName definition
ListProfileAssociationsPaginatorName = Literal[
"list_profile_associations",
]
ListProfileResourceAssociationsPaginatorName#
# ListProfileResourceAssociat