Class: Aws::IoTSiteWise::Types::GetInterpolatedAssetPropertyValuesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#interpolated_asset_property_valuesArray<Types::InterpolatedAssetPropertyValue>

The requested interpolated values.



6261
6262
6263
6264
6265
6266
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6261

class GetInterpolatedAssetPropertyValuesResponse < Struct.new(
  :interpolated_asset_property_values,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


6261
6262
6263
6264
6265
6266
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6261

class GetInterpolatedAssetPropertyValuesResponse < Struct.new(
  :interpolated_asset_property_values,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end