List Pricing Rules
| billingconductor_list_pricing_rules | R Documentation |
Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans¶
Description¶
Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans.
Usage¶
Arguments¶
BillingPeriodThe preferred billing period to get the pricing plan.
FiltersA
DescribePricingRuleFilterthat specifies the Amazon Resource Name (ARNs) of pricing rules to retrieve pricing rules information.MaxResultsThe maximum number of pricing rules to retrieve.
NextTokenThe pagination token that's used on subsequent call to get pricing rules.
Value¶
A list with the following syntax:
list(
BillingPeriod = "string",
PricingRules = list(
list(
Name = "string",
Arn = "string",
Description = "string",
Scope = "GLOBAL"|"SERVICE"|"BILLING_ENTITY"|"SKU",
Type = "MARKUP"|"DISCOUNT"|"TIERING",
ModifierPercentage = 123.0,
Service = "string",
AssociatedPricingPlanCount = 123,
CreationTime = 123,
LastModifiedTime = 123,
BillingEntity = "string",
Tiering = list(
FreeTier = list(
Activated = TRUE|FALSE
)
),
UsageType = "string",
Operation = "string"
)
),
NextToken = "string"
)