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

Class: Aws::IoTSiteWise::Types::BatchAssociateProjectAssetsRequest

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

Overview

Note:

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

{
  project_id: "ID", # required
  asset_ids: ["ID"], # required
  client_token: "ClientToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idsArray<String>

The IDs of the assets to be associated to the project.

Returns:

  • (Array<String>)

    The IDs of the assets to be associated to the project.

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

#project_idString

The ID of the project to which to associate the assets.

Returns:

  • (String)

    The ID of the project to which to associate the assets.