pulumi/tests/testdata/codegen/regress-8403/python/pulumi_mongodbatlas/outputs.py

22 lines
452 B
Python

# coding=utf-8
# *** WARNING: this file was generated by test. ***
# *** Do not edit by hand unless you're certain you know what you are doing! ***
import copy
import warnings
import pulumi
import pulumi.runtime
from typing import Any, Mapping, Optional, Sequence, Union, overload
from . import _utilities
__all__ = [
'GetCustomDbRolesResult',
]
@pulumi.output_type
class GetCustomDbRolesResult(dict):
def __init__(__self__):
pass