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

Class: Aws::IoTSiteWise::Types::DisassociateAssetsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The ID of the parent asset from which to disassociate the child asset.

Returns:

  • (String)

    The ID of the parent asset from which to disassociate the child asset.

#child_asset_idString

The ID of the child asset to disassociate.

Returns:

  • (String)

    The ID of the child asset to disassociate.

#client_tokenString

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.

Returns:

  • (String)

    A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.

#hierarchy_idString

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 in the AWS IoT SiteWise User Guide.

Returns:

  • (String)

    The ID of a hierarchy in the parent asset\'s model.