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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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.



5742
5743
5744
5745
5746
5747
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5742

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)


5742
5743
5744
5745
5746
5747
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5742

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