github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/regress-8403/python/pulumi_mongodbatlas/outputs.py (about)

     1  # coding=utf-8
     2  # *** WARNING: this file was generated by test. ***
     3  # *** Do not edit by hand unless you're certain you know what you are doing! ***
     4  
     5  import copy
     6  import warnings
     7  import pulumi
     8  import pulumi.runtime
     9  from typing import Any, Mapping, Optional, Sequence, Union, overload
    10  from . import _utilities
    11  
    12  __all__ = [
    13      'GetCustomDbRolesResult',
    14  ]
    15  
    16  @pulumi.output_type
    17  class GetCustomDbRolesResult(dict):
    18      def __init__(__self__):
    19          pass
    20  
    21