Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateCostCategoryDefinitionResponse

import type { CreateCostCategoryDefinitionResponse } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";
interface CreateCostCategoryDefinitionResponse {
CostCategoryArn?: string | null;
EffectiveStart?: string | null;
}

§Properties

§
CostCategoryArn?: string | null
[src]

The unique identifier for your newly created Cost Category.

§
EffectiveStart?: string | null
[src]

The Cost Category's effective start date.