Class: Aws::IoTTwinMaker::Types::InterpolationParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::InterpolationParameters
- Defined in:
- gems/aws-sdk-iottwinmaker/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.
1675 1676 1677 1678 1679 1680 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1675 class InterpolationParameters < Struct.new( :interpolation_type, :interval_in_seconds) SENSITIVE = [] include Aws::Structure end |
#interval_in_seconds ⇒ Integer
The interpolation time interval in seconds.
1675 1676 1677 1678 1679 1680 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1675 class InterpolationParameters < Struct.new( :interpolation_type, :interval_in_seconds) SENSITIVE = [] include Aws::Structure end |