class Aws::IoTSiteWise::Types::DescribeAssetPropertyRequest

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

data as a hash:

    {
      asset_id: "ID", # required
      property_id: "ID", # required
    }

@!attribute [rw] asset_id

The ID of the asset.
@return [String]

@!attribute [rw] property_id

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

Constants

SENSITIVE