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

Class: Aws::IoTSiteWise::Types::AssociateAssetsRequest

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

Overview

Note:

When passing AssociateAssetsRequest 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.

Returns:

  • (String)

    The ID of the parent asset.

#child_asset_idString

The ID of the child asset to be associated.

Returns:

  • (String)

    The ID of the child asset to be associated.

#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. 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.