Class: Aws::IoTTwinMaker::Types::InterpolationParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::InterpolationParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
An object that specifies how to interpolate data in a list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#interpolation_type ⇒ String
The interpolation type.
-
#interval_in_seconds ⇒ Integer
The interpolation time interval in seconds.
Instance Attribute Details
#interpolation_type ⇒ String
The interpolation type.
2151 2152 2153 2154 2155 2156 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2151 class InterpolationParameters < Struct.new( :interpolation_type, :interval_in_seconds) SENSITIVE = [] include Aws::Structure end |
#interval_in_seconds ⇒ Integer
The interpolation time interval in seconds.
2151 2152 2153 2154 2155 2156 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2151 class InterpolationParameters < Struct.new( :interpolation_type, :interval_in_seconds) SENSITIVE = [] include Aws::Structure end |