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

PricingRuleListElement

import type { PricingRuleListElement } from "https://aws-api.deno.dev/v0.4/services/billingconductor.ts?docs=full";

A representation of a pricing rule.

interface PricingRuleListElement {
Arn?: string | null;
AssociatedPricingPlanCount?: number | null;
BillingEntity?: string | null;
CreationTime?: number | null;
Description?: string | null;
LastModifiedTime?: number | null;
ModifierPercentage?: number | null;
Name?: string | null;
Scope?: PricingRuleScope | null;
Service?: string | null;
Tiering?: Tiering | null;
Type?: PricingRuleType | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) used to uniquely identify a pricing rule.

§
AssociatedPricingPlanCount?: number | null
[src]

The pricing plans count that this pricing rule is associated with.

§
BillingEntity?: string | null
[src]

The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.

§
CreationTime?: number | null
[src]

The time when the pricing rule was created.

§
Description?: string | null
[src]

The pricing rule description.

§
LastModifiedTime?: number | null
[src]

The most recent time when the pricing rule was modified.

§
ModifierPercentage?: number | null
[src]

A percentage modifier applied on the public pricing rates.

§
Name?: string | null
[src]

The name of a pricing rule.

§
Scope?: PricingRuleScope | null
[src]

The scope of pricing rule that indicates if it is globally applicable, or if it is service-specific.

§
Service?: string | null
[src]

If the Scope attribute is SERVICE, this attribute indicates which service the PricingRule is applicable for.

§
Tiering?: Tiering | null
[src]

The set of tiering configurations for the pricing rule.

§
Type?: PricingRuleType | null
[src]

The type of pricing rule.