pricing_get_products: Returns a list of all products that match the filter criteria

View source: R/pricing_operations.R

pricing_get_productsR Documentation

Returns a list of all products that match the filter criteria

Description

Returns a list of all products that match the filter criteria.

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

Usage

pricing_get_products(
  ServiceCode,
  Filters = NULL,
  FormatVersion = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

ServiceCode

[required] The code for the service whose products you want to retrieve.

Filters

The list of filters that limit the returned products. only products that match all filters are returned.

FormatVersion

The format version that you want the response to be in.

Valid values are: aws_v1

NextToken

The pagination token that indicates the next set of results that you want to retrieve.

MaxResults

The maximum number of results to return in the response.


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