savingsplans_describe_savings_plans_offerings: Describes the specified Savings Plans offerings

View source: R/savingsplans_operations.R

savingsplans_describe_savings_plans_offeringsR Documentation

Describes the specified Savings Plans offerings

Description

Describes the specified Savings Plans offerings.

See https://www.paws-r-sdk.com/docs/savingsplans_describe_savings_plans_offerings/ for full documentation.

Usage

savingsplans_describe_savings_plans_offerings(
  offeringIds = NULL,
  paymentOptions = NULL,
  productType = NULL,
  planTypes = NULL,
  durations = NULL,
  currencies = NULL,
  descriptions = NULL,
  serviceCodes = NULL,
  usageTypes = NULL,
  operations = NULL,
  filters = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

offeringIds

The IDs of the offerings.

paymentOptions

The payment options.

productType

The product type.

planTypes

The plan type.

durations

The durations, in seconds.

currencies

The currencies.

descriptions

The descriptions.

serviceCodes

The services.

usageTypes

The usage details of the line item in the billing report.

operations

The specific AWS operation for the line item in the billing report.

filters

The filters.

nextToken

The token for the next page of results.

maxResults

The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.


paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.