AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the DeleteInventory operation. Delete a custom inventory type or the data associated with a custom Inventory type. Deleting a custom inventory type is also referred to as deleting a custom inventory schema.
Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z
public class DeleteInventoryRequest : AmazonSimpleSystemsManagementRequest IAmazonWebServiceRequest
The DeleteInventoryRequest type exposes the following members
Name | Description | |
---|---|---|
DeleteInventoryRequest() |
Name | Type | Description | |
---|---|---|---|
ClientToken | System.String |
Gets and sets the property ClientToken. User-provided idempotency token. |
|
DryRun | System.Boolean |
Gets and sets the property DryRun.
Use this option to view a summary of the deletion request without deleting any data
or the data type. This option is useful when you only want to understand what will
be deleted. Once you validate that the data to be deleted is what you intend to delete,
you can run the same command without specifying the |
|
SchemaDeleteOption | Amazon.SimpleSystemsManagement.InventorySchemaDeleteOption |
Gets and sets the property SchemaDeleteOption.
Use the
DisableSchema: If you choose this option, the system ignores all inventory data for
the specified version, and any earlier versions. To enable this schema again, you
must call the DeleteSchema: This option deletes the specified custom type from the Inventory service. You can recreate the schema later, if you want. |
|
TypeName | System.String |
Gets and sets the property TypeName. The name of the custom inventory type for which you want to delete either all previously collected data or the inventory type itself. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5