pulumi/pkg/codegen/internal/test/testdata/regress-8403/python/pulumi_mongodbatlas/outputs.py
Anton Tayanovskyy 4d4ff9f1d6
Fixes 8403 name conflicts in Go codegen (#8492)
* Apply fn renaming on Result name conflict

* Add tests

* Add test declaration to test driver

* Accept baselines for other langs
2021-11-24 20:13:47 -05:00

21 lines
440 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 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