Class: Aws::IoTSiteWise::Types::GetInterpolatedAssetPropertyValuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::GetInterpolatedAssetPropertyValuesResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#interpolated_asset_property_values ⇒ Array<Types::InterpolatedAssetPropertyValue>
The requested interpolated values.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#interpolated_asset_property_values ⇒ Array<Types::InterpolatedAssetPropertyValue>
The requested interpolated values.
6307 6308 6309 6310 6311 6312 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6307 class GetInterpolatedAssetPropertyValuesResponse < Struct.new( :interpolated_asset_property_values, :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.
6307 6308 6309 6310 6311 6312 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6307 class GetInterpolatedAssetPropertyValuesResponse < Struct.new( :interpolated_asset_property_values, :next_token) SENSITIVE = [] include Aws::Structure end |