class Aws::IoTSiteWise::Types::DisassociateAssetsRequest

@note When making an API call, you may pass DisassociateAssetsRequest

data as a hash:

    {
      asset_id: "ID", # required
      hierarchy_id: "ID", # required
      child_asset_id: "ID", # required
      client_token: "ClientToken",
    }

@!attribute [rw] asset_id

The ID of the parent asset from which to disassociate the child
asset.
@return [String]

@!attribute [rw] hierarchy_id

The ID of a hierarchy in the parent asset's model. Hierarchies
allow different groupings of assets to be formed that all come from
the same asset model. You can use the hierarchy ID to identify the
correct asset to disassociate. For more information, see [Asset
hierarchies][1] in the *IoT SiteWise User Guide*.

[1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/asset-hierarchies.html
@return [String]

@!attribute [rw] child_asset_id

The ID of the child asset to disassociate.
@return [String]

@!attribute [rw] client_token

A unique case-sensitive identifier that you can provide to ensure
the idempotency of the request. Don't reuse this client token if a
new idempotent request is required.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

Constants

SENSITIVE