class Aws::IoTSiteWise::Types::GetAssetPropertyValueRequest

@note When making an API call, you may pass GetAssetPropertyValueRequest

data as a hash:

    {
      asset_id: "ID",
      property_id: "ID",
      property_alias: "AssetPropertyAlias",
    }

@!attribute [rw] asset_id

The ID of the asset.
@return [String]

@!attribute [rw] property_id

The ID of the asset property.
@return [String]

@!attribute [rw] property_alias

The alias that identifies the property, such as an OPC-UA server
data stream path (for example,
`/company/windfarm/3/turbine/7/temperature`). For more information,
see [Mapping industrial data streams to asset properties][1] in the
*IoT SiteWise User Guide*.

[1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/connect-data-streams.html
@return [String]

Constants

SENSITIVE