marketplacecatalog_list_entities: Provides the list of entities of a given type

View source: R/marketplacecatalog_operations.R

marketplacecatalog_list_entitiesR Documentation

Provides the list of entities of a given type

Description

Provides the list of entities of a given type.

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

Usage

marketplacecatalog_list_entities(
  Catalog,
  EntityType,
  FilterList = NULL,
  Sort = NULL,
  NextToken = NULL,
  MaxResults = NULL,
  OwnershipType = NULL
)

Arguments

Catalog

[required] The catalog related to the request. Fixed value: AWSMarketplace

EntityType

[required] The type of entities to retrieve.

FilterList

An array of filter objects. Each filter object contains two attributes, filterName and filterValues.

Sort

An object that contains two attributes, SortBy and SortOrder.

NextToken

The value of the next token, if it exists. Null if there are no more results.

MaxResults

Specifies the upper limit of the elements on a single page. If a value isn't provided, the default value is 20.

OwnershipType

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