Class: Aws::IoTSiteWise::Types::GetInterpolatedAssetPropertyValuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::GetInterpolatedAssetPropertyValuesResponse
- Includes:
- Structure
- Defined in:
- 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.
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_token ⇒ String
The token for the next set of results, or null if there are no additional results.
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 |