Class: Aws::IoTSiteWise::Types::GetAssetPropertyValueHistoryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::GetAssetPropertyValueHistoryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_property_value_history ⇒ Array<Types::AssetPropertyValue>
The asset property’s value history.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#asset_property_value_history ⇒ Array<Types::AssetPropertyValue>
The asset property’s value history.
6069 6070 6071 6072 6073 6074 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6069 class GetAssetPropertyValueHistoryResponse < Struct.new( :asset_property_value_history, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
6069 6070 6071 6072 6073 6074 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6069 class GetAssetPropertyValueHistoryResponse < Struct.new( :asset_property_value_history, :next_token) SENSITIVE = [] include Aws::Structure end |