Literals#
Auto-generated documentation for Account type annotations stubs module mypy-boto3-account.
AlternateContactTypeType#
# AlternateContactTypeType usage example
from mypy_boto3_account.literals import AlternateContactTypeType
def get_value() -> AlternateContactTypeType:
return "BILLING"
# AlternateContactTypeType definition
AlternateContactTypeType = Literal[
"BILLING",
"OPERATIONS",
"SECURITY",
]
ListRegionsPaginatorName#
# ListRegionsPaginatorName usage example
from mypy_boto3_account.literals import ListRegionsPaginatorName
def get_value() -> ListRegionsPaginatorName:
return "list_regions"
# ListRegionsPaginatorName definition
ListRegionsPaginatorName = Literal[
"list_regions",
]
PrimaryEmailUpdateStatusType#
# PrimaryEmailUpdateStatusType usage example
from mypy_boto3_account.literals import PrimaryEmailUpdateStatusT