AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A representation of a pricing rule.

Inheritance Hierarchy

System.Object
  Amazon.BillingConductor.Model.PricingRuleListElement

Namespace: Amazon.BillingConductor.Model
Assembly: AWSSDK.BillingConductor.dll
Version: 3.x.y.z

Syntax

C#
public class PricingRuleListElement

The PricingRuleListElement type exposes the following members

Constructors

NameDescription
Public Method PricingRuleListElement()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

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

Public Property AssociatedPricingPlanCount System.Int64

Gets and sets the property AssociatedPricingPlanCount.

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

Public Property BillingEntity System.String

Gets and sets the property BillingEntity.

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

Public Property CreationTime System.Int64

Gets and sets the property CreationTime.

The time when the pricing rule was created.

Public Property Description System.String

Gets and sets the property Description.

The pricing rule description.

Public Property LastModifiedTime System.Int64

Gets and sets the property LastModifiedTime.

The most recent time when the pricing rule was modified.

Public Property ModifierPercentage System.Double

Gets and sets the property ModifierPercentage.

A percentage modifier applied on the public pricing rates.

Public Property Name System.String

Gets and sets the property Name.

The name of a pricing rule.

Public Property Operation System.String

Gets and sets the property Operation.

Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.

If the Scope attribute is set to SKU, this attribute indicates which operation the PricingRule is modifying. For example, a value of RunInstances:0202 indicates the operation of running an Amazon EC2 instance.

Public Property Scope Amazon.BillingConductor.PricingRuleScope

Gets and sets the property Scope.

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

Public Property Service System.String

Gets and sets the property Service.

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

Public Property Tiering Amazon.BillingConductor.Model.Tiering

Gets and sets the property Tiering.

The set of tiering configurations for the pricing rule.

Public Property Type Amazon.BillingConductor.PricingRuleType

Gets and sets the property Type.

The type of pricing rule.

Public Property UsageType System.String

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5