List Pricing Plans
| billingconductor_list_pricing_plans | R Documentation |
A paginated call to get pricing plans for the given billing period¶
Description¶
A paginated call to get pricing plans for the given billing period. If you don't provide a billing period, the current billing period is used.
Usage¶
Arguments¶
BillingPeriodThe preferred billing period to get pricing plan.
FiltersA
ListPricingPlansFilterthat specifies the Amazon Resource Name (ARNs) of pricing plans to retrieve pricing plans information.MaxResultsThe maximum number of pricing plans to retrieve.
NextTokenThe pagination token that's used on subsequent call to get pricing plans.
Value¶
A list with the following syntax:
list(
BillingPeriod = "string",
PricingPlans = list(
list(
Name = "string",
Arn = "string",
Description = "string",
Size = 123,
CreationTime = 123,
LastModifiedTime = 123
)
),
NextToken = "string"
)