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

Class: Aws::IoTSiteWise::Types::UpdateAssetRequest

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

Overview

Note:

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

{
  asset_id: "ID", # required
  asset_name: "Name", # required
  client_token: "ClientToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The ID of the asset to update.

Returns:

  • (String)

    The ID of the asset to update.

#asset_nameString

A unique, friendly name for the asset.

Returns:

  • (String)

    A unique, friendly name for the asset.

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