Class: Aws::Types::InterpolationParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#interpolation_type"LINEAR"

Returns the value of attribute interpolation_type.

Returns:

  • ("LINEAR")


638
639
640
# File 'sig/types.rbs', line 638

def interpolation_type
  @interpolation_type
end

#interval_in_seconds::Integer

Returns the value of attribute interval_in_seconds.

Returns:

  • (::Integer)


639
640
641
# File 'sig/types.rbs', line 639

def interval_in_seconds
  @interval_in_seconds
end