Class: Aws::IoTSiteWise::Types::GetAssetPropertyValueHistoryResponse

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

#asset_property_value_historyArray<Types::AssetPropertyValue>

The asset property’s value history.

Returns:



5688
5689
5690
5691
5692
5693
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5688

class GetAssetPropertyValueHistoryResponse < Struct.new(
  :asset_property_value_history,
  :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)


5688
5689
5690
5691
5692
5693
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5688

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