class
Amazonite::Ssm::DeleteInventoryRequest
- Amazonite::Ssm::DeleteInventoryRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/delete_inventory_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(type_name : String, schema_delete_option : InventorySchemaDeleteOption | Nil = nil, dry_run : Bool | Nil = nil, client_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#client_token : String | Nil
User-provided idempotency token.
-
#client_token=(client_token : String | Nil)
User-provided idempotency token.
-
#dry_run : Bool | Nil
Use this option to view a summary of the deletion request without deleting any data or the data type.
-
#dry_run=(dry_run : Bool | Nil)
Use this option to view a summary of the deletion request without deleting any data or the data type.
-
#hash(hasher)
See
Object#hash(hasher) -
#schema_delete_option : InventorySchemaDeleteOption | Nil
Use the
SchemaDeleteOptionto delete a custom inventory type (schema). -
#schema_delete_option=(schema_delete_option : InventorySchemaDeleteOption | Nil)
Use the
SchemaDeleteOptionto delete a custom inventory type (schema). -
#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.
-
#type_name=(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.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
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 operation 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.
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 operation 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.
The name of the custom inventory type for which you want to delete either all previously collected data or the inventory type itself.
The name of the custom inventory type for which you want to delete either all previously collected data or the inventory type itself.