UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

30 lines 703 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsCURConfigsResponse = void 0; /** * List of AWS CUR configs. */ class AwsCURConfigsResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return AwsCURConfigsResponse.attributeTypeMap; } } exports.AwsCURConfigsResponse = AwsCURConfigsResponse; /** * @ignore */ AwsCURConfigsResponse.attributeTypeMap = { data: { baseName: "data", type: "Array<AwsCURConfig>", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=AwsCURConfigsResponse.js.map