Literals#
Auto-generated documentation for Billing type annotations stubs module mypy-boto3-billing.
BillingViewTypeType#
# BillingViewTypeType usage example
from mypy_boto3_billing.literals import BillingViewTypeType
def get_value() -> BillingViewTypeType:
return "BILLING_GROUP"
# BillingViewTypeType definition
BillingViewTypeType = Literal[
"BILLING_GROUP",
"CUSTOM",
"PRIMARY",
]
DimensionType#
# DimensionType usage example
from mypy_boto3_billing.literals import DimensionType
def get_value() -> DimensionType:
return "LINKED_ACCOUNT"
# DimensionType definition
DimensionType = Literal[
"LINKED_ACCOUNT",
]
ListBillingViewsPaginatorName#
# ListBillingViewsPaginatorName usage example
from mypy_boto3_billing.literals import ListBillingViewsPaginatorName
def get_value() -> ListBillingViewsPaginatorName:
return "list_billi