Class: Aws::IoTTwinMaker::Types::InterpolationParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#interpolation_typeString

The interpolation type.

Returns:

  • (String)


1670
1671
1672
1673
1674
1675
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1670

class InterpolationParameters < Struct.new(
  :interpolation_type,
  :interval_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#interval_in_secondsInteger

The interpolation time interval in seconds.

Returns:

  • (Integer)


1670
1671
1672
1673
1674
1675
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1670

class InterpolationParameters < Struct.new(
  :interpolation_type,
  :interval_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end