A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SSM/Types/DeleteInventoryRequest.html below:

DeleteInventoryRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::DeleteInventoryRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing DeleteInventoryRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  type_name: "InventoryItemTypeName",   schema_delete_option: "DisableSchema",   dry_run: false,
  client_token: "UUID",
}
Instance Attribute Summary collapse Instance Attribute Details #client_token ⇒ String

User-provided idempotency token.

#dry_run ⇒ Boolean

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 DryRun option.

#schema_delete_option ⇒ String

Use the SchemaDeleteOption to delete a custom inventory type (schema). If you don\'t choose this option, the system only deletes existing inventory data associated with the custom inventory type. Choose one of the following options:

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 PutInventory action for a version greater than the disabled version.

DeleteSchema: This option deletes the specified custom type from the Inventory service. You can recreate the schema later, if you want.

Possible values:

#type_name ⇒ String

The name of the custom inventory type for which you want to delete either all previously collected data or the inventory type itself.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4