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.

This is the response object from the UpdatePricingRule operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.BillingConductor.Model.UpdatePricingRuleResponse

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

Syntax

C#
public class UpdatePricingRuleResponse : AmazonWebServiceResponse

The UpdatePricingRuleResponse type exposes the following members

Constructors

NameDescription
Public Method UpdatePricingRuleResponse()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the successfully updated 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 ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Description System.String

Gets and sets the property Description.

The new description for the pricing rule.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModifiedTime System.Int64

Gets and sets the property LastModifiedTime.

The most recent time the pricing rule was modified.

Public Property ModifierPercentage System.Double

Gets and sets the property ModifierPercentage.

The new modifier to show pricing plan rates as a percentage.

Public Property Name System.String

Gets and sets the property Name.

The new name of the pricing rule. The name must be unique to each pricing rule.

Public Property Operation System.String

Gets and sets the property Operation.

Operation refers to the specific Amazon Web Services 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 ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Scope Amazon.BillingConductor.PricingRuleScope

Gets and sets the property Scope.

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

Public Property Service System.String

Gets and sets the property Service.

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

Public Property Tiering Amazon.BillingConductor.Model.UpdateTieringInput

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 new pricing rule type.

Public Property UsageType System.String

Gets and sets the property UsageType.

Usage type is the unit that each service uses to measure the usage of a specific type of resource.

If the Scope attribute is set to SKU, this attribute indicates which usage type the PricingRule is modifying. For example, USW2-BoxUsage:m2.2xlarge describes an M2 High Memory Double Extra Large instance in the US West (Oregon) Region.

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