class Aws::IoTSiteWise::Types::CreateAssetRequest
@note When making an API call, you may pass CreateAssetRequest
data as a hash: { asset_name: "Name", # required asset_model_id: "ID", # required client_token: "ClientToken", tags: { "TagKey" => "TagValue", }, }
@!attribute [rw] asset_name
A unique, friendly name for the asset. @return [String]
@!attribute [rw] asset_model_id
The ID of the asset model from which to create the asset. @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]
@!attribute [rw] tags
A list of key-value pairs that contain metadata for the asset. For more information, see [Tagging your IoT SiteWise resources][1] in the *IoT SiteWise User Guide*. [1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html @return [Hash<String,String>]
Constants
- SENSITIVE