ssm_get_inventory_schema: Return a list of inventory type names for the account, or...

View source: R/ssm_operations.R

ssm_get_inventory_schemaR Documentation

Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type

Description

Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.

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

Usage

ssm_get_inventory_schema(
  TypeName = NULL,
  NextToken = NULL,
  MaxResults = NULL,
  Aggregator = NULL,
  SubType = NULL
)

Arguments

TypeName

The type of inventory item to return.

NextToken

The token for the next set of items to return. (You received this token from a previous call.)

MaxResults

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

Aggregator

Returns inventory schemas that support aggregation. For example, this call returns the AWS:InstanceInformation type, because it supports aggregation based on the PlatformName, PlatformType, and PlatformVersion attributes.

SubType

Returns the sub-type schema for a specified inventory type.


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