Class: Aws::Types::InterpolationParameters
- Inherits:
-
Object
- Object
- Aws::Types::InterpolationParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interpolation_type ⇒ "LINEAR"
Returns the value of attribute interpolation_type.
-
#interval_in_seconds ⇒ ::Integer
Returns the value of attribute interval_in_seconds.
Instance Attribute Details
#interpolation_type ⇒ "LINEAR"
Returns the value of attribute interpolation_type.
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.
639 640 641 |
# File 'sig/types.rbs', line 639 def interval_in_seconds @interval_in_seconds end |